Skip to content

Commit

Permalink
Fix Error in Migration (#2896)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickTyrer authored Feb 8, 2025
1 parent 78ad2c6 commit 90e1f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/migrations/20250202161500_world.sql
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ DELETE FROM `pool_template` WHERE `entry` = 1220;
UPDATE `pool_template` SET `max_limit` = 9 WHERE `entry` = 1219;

-- Desolace
UPDATE `mangos`.`pool_template` SET `description`='Copper Veins - Desolace (Master Pool)' WHERE `entry`=1139 AND `patch_min`=0 AND `patch_max`=10;
UPDATE `pool_template` SET `description` = 'Copper Veins - Desolace (Master Pool)' WHERE `entry` = 1139;
-- Maraudon Entrance
UPDATE `gameobject` SET `spawntimesecsmin` = 600, `spawntimesecsmax` = 2700 WHERE `guid` IN (SELECT `guid` FROM `pool_gameobject` WHERE `pool_entry` IN (5408, 5417, 5112, 5108, 5113, 5104, 5125, 5404, 5123, 5122, 5419, 5135, 5136, 5137, 5406, 5124));
DELETE FROM `pool_pool` WHERE `pool_id` IN (5408, 5417, 5112, 5108, 5113, 5104, 5125, 5404, 5123, 5122, 5419, 5135, 5136, 5137, 5406, 5124);
Expand Down

0 comments on commit 90e1f43

Please sign in to comment.