Skip to content
Snippets Groups Projects
Commit adc70124 authored by Zoey76's avatar Zoey76
Browse files

Merge pull request #181 from L2J/fix/suicide-skills

Fix suicide skills
parents 86da2832 8fb1b125
No related branches found
No related tags found
No related merge requests found
...@@ -97,10 +97,5 @@ public final class MagicalAttack extends AbstractEffect ...@@ -97,10 +97,5 @@ public final class MagicalAttack extends AbstractEffect
activeChar.sendDamageMessage(target, damage, mcrit, false, false); activeChar.sendDamageMessage(target, damage, mcrit, false, false);
} }
} }
if (info.getSkill().isSuicideAttack())
{
activeChar.doDie(activeChar);
}
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment