Skip to content

Commit

Permalink
Fix commit 943b228 (#2855)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickTyrer authored Dec 26, 2024
1 parent d6a05af commit a722ebb
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions sql/migrations/20241208173715_world.sql
Original file line number Diff line number Diff line change
Expand Up @@ -551,8 +551,7 @@ INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`, `fla
(18870, @PTEMPLATE+53, 0, 'Alterac Mountains - Mining Nodes', 0),
(18871, @PTEMPLATE+53, 0, 'Alterac Mountains - Mining Nodes', 0),
(23047, @PTEMPLATE+53, 0, 'Alterac Mountains - Mining Nodes', 0),
(427134, @PTEMPLATE+53, 0, 'Alterac Mountains - Mining Nodes', 0),
(427023, @PTEMPLATE+53, 0, 'Alterac Mountains - Mining Nodes', 0);
(@PTEMPLATE+23, @PTEMPLATE+53, 0, 'Alterac Mountains - Mining Nodes', 0);

-- STV
INSERT INTO `pool_template` (`entry`, `max_limit`, `description`, `flags`, `instance`, `patch_min`, `patch_max`) VALUES
Expand Down Expand Up @@ -583,8 +582,7 @@ INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`, `fla
(2882, @PTEMPLATE+54, 0, 'Stranglethorn Vale - Mining Nodes', 0),
(2883, @PTEMPLATE+54, 0, 'Stranglethorn Vale - Mining Nodes', 0),
(2884, @PTEMPLATE+54, 0, 'Stranglethorn Vale - Mining Nodes', 0),
(31587, @PTEMPLATE+54, 0, 'Stranglethorn Vale - Mining Nodes', 0),
(251502, @PTEMPLATE+54, 0, 'Stranglethorn Vale - Mining Nodes', 0);
(@PTEMPLATE+24, @PTEMPLATE+54, 0, 'Stranglethorn Vale - Mining Nodes', 0);

-- Desolace
INSERT INTO `pool_template` (`entry`, `max_limit`, `description`, `flags`, `instance`, `patch_min`, `patch_max`) VALUES
Expand Down Expand Up @@ -623,8 +621,7 @@ INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`, `fla
(3678, @PTEMPLATE+55, 0, 'Desolace - Mining Nodes', 0),
(3661, @PTEMPLATE+55, 0, 'Desolace - Mining Nodes', 0),
(3662, @PTEMPLATE+55, 0, 'Desolace - Mining Nodes', 0),
(34210, @PTEMPLATE+55, 0, 'Desolace - Mining Nodes', 0),
(20790, @PTEMPLATE+55, 0, 'Desolace - Mining Nodes', 0);
(@PTEMPLATE+25, @PTEMPLATE+55, 0, 'Desolace - Mining Nodes', 0);

-- Update Chance
UPDATE `pool_gameobject` SET `chance` = 10 WHERE `description` = "Gold Vein / Mithril Deposit / Dark Iron Deposit - Searing George" && `guid` IN (SELECT `guid` FROM `gameobject` WHERE `id` = 1734);
Expand Down

0 comments on commit a722ebb

Please sign in to comment.