DB/Loot: readd loot to stinky from clean 49 (removed by accident)

Closes #8222
This commit is contained in:
ZxBiohazardZx
2012-11-03 10:09:41 +01:00
parent 58ec4e5319
commit a5a9503bbe

View File

@@ -0,0 +1,6 @@
-- Readd loot to Stinky
DELETE FROM `creature_loot_template` WHERE `entry` IN(37025,38064);
INSERT INTO `creature_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`)
VALUES
(37025,1,100,1,0,-35069,2),
(38064,1,100,1,0,-35069,2);