Fixed a bug where squid were not awarding XP.

This commit is contained in:
GJ
2013-09-09 10:46:26 -04:00
parent d2bbbb0fe7
commit 14daee3b1b
2 changed files with 2 additions and 0 deletions

View File

@ -476,6 +476,7 @@ public final class CombatUtils {
switch (type) {
case BAT:
case SQUID:
baseXP = ExperienceConfig.getInstance().getAnimalsXP();
break;