What's new

Fishing Loot 4706 Ruins Of Gilneas

eyerobot

Gold Supporter
Superior Member
916
2015
24
Location
Barryton Michigan USA
Code:
DELETE FROM `fishing_loot_template` WHERE (`entry`=4706);
INSERT INTO `fishing_loot_template` VALUES 
(4706, 3190, .01, 1, 1, 1, 1),
(4706, 6356, .05, 1, 1, 1, 1),
(4706, 2924, .14, 1, 1, 1, 1),
(4706, 766, .01, 1, 1, 1, 1),
(4706, 4604, .01, 1, 1, 1, 1),
(4706, 2589, .4, 1, 1, 1, 1),
(4706, 774, .01, 1, 1, 1, 1),
(4706, 8177, .01, 1, 1, 1, 1),
(4706, 6303, 4, 1, 1, 1, 1),
(4706, 2555, .01, 1, 1, 1, 1),
(4706, 159, .02, 1, 1, 1, 1),
(4706, 1210, .01, 1, 1, 1, 1),
(4706, 5571, .01, 1, 1, 1, 1),
(4706, 5465, .06, 1, 1, 1, 1),
(4706, 117, .01, 1, 1, 1, 1);
 
Top