What's new

Bug quest Mysterious azsharite 7.02 fix

eyerobot

Gold Supporter
Superior Member
916
2015
24
Location
Barryton Michigan USA
[Name, Type] azshara, mysterious azsharite, horde
[What it does] No quest loot in azsharite deposits.
[What it should do] loot ore samples for quest

Code:
REPLACE INTO `gameobject_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES (9676, 49207, -100, 1, 0, 1, 1);
REPLACE INTO `gameobject_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES (9819, 49207, -100, 1, 0, 1, 1);
 
Last edited:
Top