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

@@ -1561,6 +1561,11 @@ public final class Skill implements IIdentifiable
caster.setChargedShot(ShotType.SOULSHOTS, false);
}
}
if (isSuicideAttack())
{
caster.doDie(caster);
}
}
public void attach(FuncTemplate f)