Reported by: mars8022 Patch by: Zephyr
@@ -1184,7 +1184,7 @@ public final class Skill implements IChanceSkillTrigger, IIdentifiable
// target is mob
if ((targetPlayer == null) && (target instanceof L2Attackable) && (caster instanceof L2Attackable))
{
- if (((L2Attackable) caster).isInEnemyClan((L2Attackable) target))
+ if (!((L2Attackable) caster).isInEnemyClan((L2Attackable) target))
return false;
}