Change not addition

This commit is contained in:
T00thpick1 2013-03-08 20:40:11 -05:00 committed by NuclearW
parent 429055bae2
commit d728eba5c4
2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,7 @@ Key:
- Removal
Version 1.4.03-dev
+ Queue mctop and mcrank commands when using mySQL
! Queue mctop and mcrank commands when using mySQL
+ Added option to advanced.yml to determine the # of enchant levels used when buffing Super Breaker & Giga Drill Breaker
+ Improved stats display for child skills
+ Added cooldown between using Chimaera Wings

View File

@ -253,5 +253,4 @@ public class Config extends AutoUpdateConfigLoader {
/* XP Formula Multiplier */
public int getFormulaMultiplierCurve() { return config.getInt("Experience.Formula.Curve_Modifier", 20); }
public double getForumulaMultiplier(SkillType skill) { return config.getDouble("Experience.Formula.Multiplier." + StringUtils.getCapitalized(skill.toString())); }
}