Quest loot fix Tadpole Terror 7.02

eyerobot

Gold Supporter
Superior Member
916
2015
24
Location
Barryton Michigan USA
Giant flesh eating tadpole droprate was too low in stillwater pond.
Code:
DELETE FROM `fishing_loot_template` WHERE (`entry`=810) AND (`item`=69905);
INSERT INTO `fishing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES (810, 69905, -50, 1, 0, 1, 1);
 
Top