Removed Shake_UnlockLevel config option

because it is no longer needed.
This commit is contained in:
TfT_02
2013-09-30 23:43:19 +02:00
parent 2eda3a9c83
commit 68eb51a3d0
5 changed files with 3 additions and 10 deletions

View File

@ -143,7 +143,7 @@ public class FishingCommand extends SkillCommand {
}
if (canShake) {
int unlockLevel = AdvancedConfig.getInstance().getShakeUnlockLevel();
int unlockLevel = AdvancedConfig.getInstance().getFishingTierLevelsTier1();
if (skillValue < unlockLevel) {
player.sendMessage(LocaleLoader.getString("Ability.Generic.Template.Lock", LocaleLoader.getString("Fishing.Ability.Locked.0", unlockLevel)));