Sync with L2jServer HighFive Aug 29th 2015.

This commit is contained in:
MobiusDev
2015-08-29 20:31:27 +00:00
parent ac04922328
commit 2bfc469d74
185 changed files with 1555 additions and 62 deletions

View File

@@ -104,10 +104,5 @@ public final class MagicalAttack extends AbstractEffect
activeChar.sendDamageMessage(target, damage, mcrit, false, false);
}
}
if (info.getSkill().isSuicideAttack())
{
activeChar.doDie(activeChar);
}
}
}