diff --git a/sql/world/base/zone_winterspring.sql b/sql/world/base/zone_winterspring.sql index 95e7f39..0277d96 100644 --- a/sql/world/base/zone_winterspring.sql +++ b/sql/world/base/zone_winterspring.sql @@ -11,7 +11,7 @@ INSERT INTO `pool_template` (`entry`,`max_limit`,`description`) VALUES UPDATE `gameobject` SET `spawntimesecs` = 900 WHERE `guid` IN (49089, 49090, 49091, 85796, 85798, 85799, 85801, 85803); -DELETE FROM `pool_gameobject` WHERE `pool_entry` IN (66002, 66003); +DELETE FROM `pool_gameobject` WHERE `guid` IN (49089, 49090, 49091, 85796, 85798, 85799, 85801, 85803); INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES (49091, 66002, 0, 'Solid Chest, Winterfall Village, node 1'), (85798, 66002, 0, 'Solid Chest, Winterfall Village, node 2'),