Fix some missing default cases and possible fall-through issues.

This commit is contained in:
GJ
2013-02-13 16:34:36 -05:00
parent 3a919f3e4c
commit f4da69a205
6 changed files with 15 additions and 1 deletions

View File

@ -532,6 +532,8 @@ public final class CombatTools {
baseXP = configInstance.getSkeletonXP();
break;
}
break;
case SLIME:
baseXP = configInstance.getSlimeXP();
break;