DB/Loot: correct serpentbloom looting

Closes #9940
This commit is contained in:
baric
2013-07-06 17:02:33 +02:00
committed by ZxBiohazardZx
parent 144026fad3
commit f636510b61

View File

@@ -0,0 +1,3 @@
DELETE FROM `gameobject_loot_template` WHERE `entry`=2772;
INSERT INTO `gameobject_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`)
VALUES (2772,5339,-100,1,0,1,1);