DB/Loot: fix error from previous commit

This commit is contained in:
kandera
2012-09-14 11:41:27 -03:00
parent 2773adbb38
commit 5bd486712b

View File

@@ -1,4 +1,5 @@
DELET 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, 0, 1, 1),
(37126, 1, 100, 1, 0, 0, -100002, 1);
(37126, 49426, 100, 1, 0, 1, 1),
(37126, 1, 100, 1, 0, -100002, 1);
UPDATE `creature_template` SET `lootid` = 37126 WHERE `entry` IN (37126,38258);