What's new

Fix quest Fish Head 7.02

eyerobot

Gold Supporter
Superior Member
916
2015
24
Location
Barryton Michigan USA
Drop rate was too low.
Code:
DELETE FROM `fishing_loot_template` WHERE (`entry`=1497) AND (`item`=69901);
INSERT INTO `fishing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES (1497, 69901, 5, 1, 1, 1, 1);
 
Top