Skip to content

Commit

Permalink
Change not addition
Browse files Browse the repository at this point in the history
  • Loading branch information
T00thpick1 authored and NuclearW committed Mar 11, 2013
1 parent 429055b commit d728eba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Changelog.txt
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/main/java/com/gmail/nossr50/config/Config.java
Expand Up @@ -253,5 +253,4 @@ public int getLevelCap(SkillType skill) {
/* 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())); }

}

0 comments on commit d728eba

Please sign in to comment.