Support for Vanguard Beast Points.
This commit is contained in:
@@ -3999,7 +3999,7 @@ public abstract class Creature extends WorldObject implements ISkillsHolder, IDe
|
||||
target.setCurrentCp(0);
|
||||
}
|
||||
|
||||
if (player.isDeathKnight())
|
||||
if (player.isDeathKnight() && (target.isAttackable() || target.isPlayable()))
|
||||
{
|
||||
player.setDeathPoints(player.getDeathPoints() + 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user