What's new

40648 Zakkaru Quest Loot Fix

eyerobot

Gold Supporter
Superior Member
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);
 

ExO

Admin
5,119
2014
1,639
Thanks! It has now been executed, and will be taken effect on the newest Emucoach Cataclysm 4.3.4 Repack (VIP) version;
 
Top