diff options
-rw-r--r-- | sql/updates/world/2012_09_14_01_world_creature_loot_template.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2012_09_14_01_world_creature_loot_template.sql b/sql/updates/world/2012_09_14_01_world_creature_loot_template.sql index 570cc87f849..77ab9e89b04 100644 --- a/sql/updates/world/2012_09_14_01_world_creature_loot_template.sql +++ b/sql/updates/world/2012_09_14_01_world_creature_loot_template.sql @@ -1,4 +1,4 @@ -DELET FROM `creature_loot_template` WHERE `entry` = 37126; +DELETE FROM `creature_loot_template` WHERE `entry` = 37126; INSERT INTO `creature_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`) VALUES (37126, 49426, 100, 1, 0, 1, 1), (37126, 1, 100, 1, 0, -100002, 1); |