Fixed display bug w/ Fish Diet, added Tropical, Raw Cod/Salmon to eligible foods

This commit is contained in:
nossr50
2019-03-09 15:48:29 -08:00
parent 6f15cd4005
commit 28b71804a2
6 changed files with 13 additions and 20 deletions

View File

@ -89,7 +89,7 @@ public class FishingCommand extends SkillCommand {
// FISHERMAN'S DIET
if (canFishermansDiet) {
fishermansDietRank = calculateRank(skillValue, Fishing.fishermansDietMaxLevel, Fishing.fishermansDietRankLevel1);
fishermansDietRank = RankUtils.getRank(player, SubSkillType.FISHING_FISHERMANS_DIET);
}
// MASTER ANGLER