- 916
- 2015
- 24
- Location
- Barryton Michigan USA
Should drop quest item at 100%
Code:
-- 40648 Zakkaru
-- 52069 Sealed Sang'thraze
DELETE FROM `creature_loot_template` WHERE `entry`=40648 AND `item`=52069;
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES (40648, 52069, -100, 1, 0, 1, 1);