mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
Fixed a bug where squid were not awarding XP.
This commit is contained in:
parent
d2bbbb0fe7
commit
14daee3b1b
@ -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 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 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 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 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.
|
! Changed Swords "Counter Attack" ability from passive to active. Blocking is required to activate.
|
||||||
! Hardcore mode can now be toggled for each skill individually
|
! Hardcore mode can now be toggled for each skill individually
|
||||||
|
@ -476,6 +476,7 @@ public final class CombatUtils {
|
|||||||
|
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case BAT:
|
case BAT:
|
||||||
|
case SQUID:
|
||||||
baseXP = ExperienceConfig.getInstance().getAnimalsXP();
|
baseXP = ExperienceConfig.getInstance().getAnimalsXP();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user