- 916
- 2015
- 24
- Location
- Barryton Michigan USA
This data is correct according to https://cata-twinhead.twinstar.cz/?zone=85#fishing:0+1-13
The reference loot that we have listed for fishing zones contains mostly invalid items, So i'm not using it. Also when you add quest items to a fishing zone, The reference loot won't activate. So everything is going directly into each zones fishing loot template.
The reference loot that we have listed for fishing zones contains mostly invalid items, So i'm not using it. Also when you add quest items to a fishing zone, The reference loot won't activate. So everything is going directly into each zones fishing loot template.
Code:
DELETE FROM `fishing_loot_template` WHERE (`entry`=85);
INSERT INTO `fishing_loot_template` VALUES
(85, 118, 0.25, 1, 1, 1, 1),
(85, 159, 0.01, 1, 1, 1, 1),
(85, 727, 0.01, 1, 1, 1, 1),
(85, 766, 0.01, 1, 1, 1, 1),
(85, 767, 0.01, 1, 1, 1, 1),
(85, 768, 0.01, 1, 1, 1, 1),
(85, 774, 0.01, 1, 1, 1, 1),
(85, 805, 0.01, 1, 1, 1, 1),
(85, 828, 0.01, 1, 1, 1, 1),
(85, 1468, 0.01, 1, 1, 1, 1),
(85, 2070, 0.01, 1, 1, 1, 1),
(85, 2455, 0.24, 1, 1, 1, 1),
(85, 2589, 0.03, 1, 1, 1, 2),
(85, 2598, 0.01, 1, 1, 1, 1),
(85, 3609, 0.01, 1, 1, 1, 1),
(85, 3820, 0.01, 1, 1, 1, 2),
(85, 4496, 0.01, 1, 1, 1, 1),
(85, 4560, 0.01, 1, 1, 1, 1),
(85, 4563, 0.01, 1, 1, 1, 1),
(85, 4565, 0.01, 1, 1, 1, 1),
(85, 4603, 0.05, 1, 1, 1, 1),
(85, 5523, 0.01, 1, 1, 1, 1),
(85, 5572, 0.01, 1, 1, 1, 1),
(85, 6289, 33, 1, 1, 1, 1),
(85, 6291, 40, 1, 1, 1, 1),
(85, 6299, 16, 1, 1, 1, 1),
(85, 6303, 0.94, 1, 1, 1, 1),
(85, 6355, 0.01, 1, 1, 1, 2),
(85, 6356, 0.02, 1, 1, 1, 1),
(85, 6357, 0.01, 1, 1, 1, 1),
(85, 6358, 0.05, 1, 1, 1, 1),
(85, 6359, 0.03, 1, 1, 1, 1),
(85, 6362, 0.14, 1, 1, 1, 1),
(85, 6643, 0.08, 1, 1, 1, 1),
(85, 8177, 0.01, 1, 1, 1, 1),
(85, 8178, 0.01, 1, 1, 1, 1),
(85, 8179, 0.01, 1, 1, 1, 1),
(85, 12223, 0.01, 1, 1, 1, 1),
(85, 21071, 0.03, 1, 1, 1, 1),
(85, 21113, 0.01, 1, 1, 1, 1),
(85, 69909, 7, 1, 1, 1, 1);