Stop effects for all attackables.
Contributed by Iris.
This commit is contained in:
@ -1679,7 +1679,7 @@ public abstract class Creature extends WorldObject implements ISkillsHolder, IDe
|
||||
// Stop HP/MP/CP Regeneration task
|
||||
_status.stopHpMpRegeneration();
|
||||
|
||||
if (isMonster())
|
||||
if (isAttackable())
|
||||
{
|
||||
final Spawn spawn = ((Npc) this).getSpawn();
|
||||
if ((spawn != null) && spawn.isRespawnEnabled())
|
||||
|
Reference in New Issue
Block a user