From 8db3b69fc78fa15cea243ea684ba204c436e2c49 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 1 Aug 2016 07:31:15 +0200 Subject: [PATCH] Fix typo --- sql/updates/world/2016_08_01_02_world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/updates/world/2016_08_01_02_world.sql b/sql/updates/world/2016_08_01_02_world.sql index a9358249291..3593a4ada68 100644 --- a/sql/updates/world/2016_08_01_02_world.sql +++ b/sql/updates/world/2016_08_01_02_world.sql @@ -1,6 +1,6 @@ -- DELETE FROM `gameobject_loot_template` WHERE `Entry` IN (15561, 22937); -INSERT INTO `gameobject_loot_template` (`Entry`, `Type`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (15561, 17411, 0, 100, 1, 1, 0, 1, 1, 'Gameobject Steamsaw contains item Steamsaw'), (22937, 34102, 0, 100, 1, 1, 0, 1, 3, 'Gameobject Loose Rock contains item Fjord Grub');