Forgot to remove this on previous commit.

This commit is contained in:
MobiusDev 2017-01-15 18:07:48 +00:00
parent a915abe001
commit 6e3cae3047

View File

@ -319,7 +319,7 @@ public final class BalokWarzone extends AbstractInstance
@Override
public String onSkillSee(L2Npc npc, L2PcInstance caster, Skill skill, L2Object[] targets, boolean isSummon)
{
if (!npc.isDead() && npc.getEffectList().isAffectedBySkill(INVINCIBILITY_ACTIVATION.getSkillId()) /* && caster.isBehindTarget() */) // TODO: does not work
if (!npc.isDead() && npc.getEffectList().isAffectedBySkill(INVINCIBILITY_ACTIVATION.getSkillId()) && caster.isBehindTarget()) // TODO: does not work
{
npc.setTarget(caster);
npc.doCast(REAR_DESTROY.getSkill());