DB/Loot: Sister svalna is supposed to also drop one emblem of frost

This commit is contained in:
Kandera
2012-09-14 09:58:42 -04:00
parent 6e134d4761
commit 2773adbb38

View File

@@ -0,0 +1,4 @@
INSERT INTO `creature_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`) VALUES
(37126, 49426, 100, 1, 0, 0, 1, 1),
(37126, 1, 100, 1, 0, 0, -100002, 1);
UPDATE `creature_template` SET `lootid` = 37126 WHERE `entry` IN (37126,38258);