Removed AttackableAI casting skills with the onIntentionAttack method.
Contributed by Trance.
This commit is contained in:
@@ -913,7 +913,6 @@ public class AttackableAI extends CreatureAI
|
||||
|
||||
final WorldObject oldTarget = _actor.getTarget();
|
||||
clientStopMoving(null);
|
||||
|
||||
_accessor.doCast(sk);
|
||||
_actor.setTarget(oldTarget);
|
||||
return;
|
||||
|
Reference in New Issue
Block a user