diff options
-rw-r--r-- | sql/updates/world/2014_07_08_11_world_misc.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2014_07_08_11_world_misc.sql b/sql/updates/world/2014_07_08_11_world_misc.sql index cc957b012d2..357d1b6ac94 100644 --- a/sql/updates/world/2014_07_08_11_world_misc.sql +++ b/sql/updates/world/2014_07_08_11_world_misc.sql @@ -42,7 +42,7 @@ INSERT INTO `pickpocketing_loot_template` VALUES (@SOULEATER, 27854, 8, 1, 0, 1, 1); -- Pool_template for Eredar Soul Eater Spawns -DELETE FROM `pool_template` WHERE entry = 1161; +DELETE FROM `pool_template` WHERE entry = @POOL; INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES (@POOL, 2, 'Eredar Soul-Eater'); |