Sync with L2jUnity (7db5b4f).

This commit is contained in:
MobiusDev
2016-12-04 21:28:20 +00:00
parent 9e1d3569f0
commit b9d3c99cf1
412 changed files with 13806 additions and 10065 deletions

View File

@@ -54,17 +54,6 @@ public class AttackStanceTaskManager
{
if (actor != null)
{
// if (actor.isPlayable())
// {
// final PlayerInstance player = actor.getActingPlayer();
// for (L2CubicInstance cubic : player.getCubics().values())
// {
// if (cubic.getId() != L2CubicInstance.LIFE_CUBIC)
// {
// cubic.doAction();
// }
// }
// }
_attackStanceTasks.put(actor, System.currentTimeMillis());
}
}