From 23336f448b5562bf843f65b3438bd55b9e36c84e Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Tue, 19 Aug 2025 13:07:50 +0200 Subject: [PATCH] Update zone_winterspring.sql --- sql/world/base/zone_winterspring.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'),