Skip to content

Commit 90e1f43

Browse files
authored
Fix Error in Migration (vmangos#2896)
1 parent 78ad2c6 commit 90e1f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/migrations/20250202161500_world.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ DELETE FROM `pool_template` WHERE `entry` = 1220;
260260
UPDATE `pool_template` SET `max_limit` = 9 WHERE `entry` = 1219;
261261

262262
-- Desolace
263-
UPDATE `mangos`.`pool_template` SET `description`='Copper Veins - Desolace (Master Pool)' WHERE `entry`=1139 AND `patch_min`=0 AND `patch_max`=10;
263+
UPDATE `pool_template` SET `description` = 'Copper Veins - Desolace (Master Pool)' WHERE `entry` = 1139;
264264
-- Maraudon Entrance
265265
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));
266266
DELETE FROM `pool_pool` WHERE `pool_id` IN (5408, 5417, 5112, 5108, 5113, 5104, 5125, 5404, 5123, 5122, 5419, 5135, 5136, 5137, 5406, 5124);

0 commit comments

Comments
 (0)