From e95ccc5fdfedff0044c3c0e5d8e543e27cc1d8d7 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 30 Jul 2016 01:53:48 +0200 Subject: [PATCH] Another typo fix. --- sql/updates/world/2016_07_29_09_world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/updates/world/2016_07_29_09_world.sql b/sql/updates/world/2016_07_29_09_world.sql index d8bb8527e2f..321f8fd53e1 100644 --- a/sql/updates/world/2016_07_29_09_world.sql +++ b/sql/updates/world/2016_07_29_09_world.sql @@ -7,7 +7,7 @@ INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, (28553, 53063, 0, 90, 0, 1, 1, 1, 1, 'Gameobject Mountain Trout School contains Loot item Mountain Trout'); -- Add items to gameobject_loot_template -DELETE FROM `gameobject_loot_template` WHERE `Entry`=207734 AND `Item`=38652; +DELETE FROM `gameobject_loot_template` WHERE `Entry`=38652 AND `Item`=38652; INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (38652, 52325, 0, 100, 0, 1, 0, 1, 1, 'Gameobject Pool of Fire contains Loot item Volatile Fire');