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

@ -31,6 +31,7 @@ Version 1.4.07-dev
= Fixed a bug where LevelUpEvent would be called for an offline player.
= Fixed a bug where teleport location was never reset if warmup was set to 0 for Chimaera Wing.
= Fixed a bug where the Dodge DamageModifier wasn't being read from advanced.yml
= Fixed a bug where squid were not awarding XP.
! Changed the way Repair hands out XP, also added config options to control Repair XP
! Changed Swords "Counter Attack" ability from passive to active. Blocking is required to activate.
! Hardcore mode can now be toggled for each skill individually

View File

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