Sync with L2jServer HighFive Mar 1st 2015.
This commit is contained in:
@ -202,7 +202,7 @@ public class SkillChannelizer implements Runnable
|
||||
}
|
||||
|
||||
// Update PvP status
|
||||
if (character.isPlayable() && getChannelizer().isPlayer())
|
||||
if (character.isPlayable() && getChannelizer().isPlayer() && skill.isBad())
|
||||
{
|
||||
((L2PcInstance) getChannelizer()).updatePvPStatus(character);
|
||||
}
|
||||
|
Reference in New Issue
Block a user