This commit is contained in:
nossr50
2019-01-28 19:35:54 -08:00
parent a22636b2d9
commit 370af987d6
2 changed files with 3 additions and 2 deletions

View File

@ -114,7 +114,7 @@ public class FishingManager extends SkillManager {
return RankUtils.getRank(getPlayer(), SubSkillType.FISHING_TREASURE_HUNTER);
}
protected double getShakeChance() {
public double getShakeChance() {
return AdvancedConfig.getInstance().getShakeChance(getLootTier());
}