Removed AttackableAI casting skills with the onIntentionAttack method.

Contributed by Trance.
This commit is contained in:
MobiusDevelopment
2020-05-24 00:20:36 +00:00
parent 48fa46afea
commit 3e8fa12b47
18 changed files with 53 additions and 305 deletions

View File

@@ -913,7 +913,6 @@ public class AttackableAI extends CreatureAI
final WorldObject oldTarget = _actor.getTarget();
clientStopMoving(null);
_accessor.doCast(sk);
_actor.setTarget(oldTarget);
return;