DB/Loot: Add missing items to the Hallows End Treatbag

fixes #3556
This commit is contained in:
zxbiohazardzx
2011-11-14 00:31:14 +01:00
committed by ZxBiohazardZx
parent 96ba9ced9d
commit 2fb6f35c34

View File

@@ -0,0 +1,9 @@
SET @Ref = 10020;
DELETE FROM `reference_loot_template` WHERE `entry`=@Ref AND `item`IN (34000,34001,34002,34003,33292,37606);
INSERT INTO `reference_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`) VALUES
(@REF,34000,0.8,1,0,1,1), -- Flimsy Female Blood Elf Mask
(@REF,34001,0.8,1,0,1,1), -- Flimsy Female Draenei Mask
(@REF,34002,0.8,1,0,1,1), -- Flimsy Male Blood Elf Mask
(@REF,34003,0.8,1,0,1,1), -- Flimsy Male Draenei Mask
(@REF,37606,11,1,0,1,1), -- Penny Pouch
(@REF,33292,2,1,0,1,1); -- Hallowed Helm