Player become purple name after using Sweeper Skill

Issue #195 resolved
ShinichiYao created an issue

Could be this commit: af556e0

On (getEffectPoint == 0) condition.

Comments (2)

  1. Mshuu

    I had a peek at this. The final else statement is triggered for any skill that is not damaging or a self buff and targets non player characters. I'm not sure if there's a condition where this should ever result in flagging the player but I've commented it out on my server. Submitted pull request #16

    else if (target.isAttackable())
    {
        player.updatePvPStatus();
    }
    
  2. Log in to comment