Another typo fix.

This commit is contained in:
Aokromes
2016-07-30 01:53:48 +02:00
parent 15c93b24fe
commit e95ccc5fdf

View File

@@ -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');