Reformat advanced.yml making the keys consistent

This commit is contained in:
TfT_02
2013-10-01 17:01:11 +02:00
parent a25dc24c6c
commit ec378d046f
4 changed files with 574 additions and 522 deletions

View File

@ -95,7 +95,7 @@ public class SmeltingCommand extends SkillCommand {
}
if (canVanillaXPBoost) {
int unlockLevel = AdvancedConfig.getInstance().getSmeltingVanillaXPBoostRankLevel(Tier.ONE);
int unlockLevel = AdvancedConfig.getInstance().getSmeltingRankLevel(Tier.ONE);
if (skillValue < unlockLevel) {
player.sendMessage(LocaleLoader.getString("Ability.Generic.Template.Lock", LocaleLoader.getString("Smelting.Ability.Locked.0", unlockLevel)));