Added interrupt animation.

This commit is contained in:
Filip Maj 2017-08-29 00:52:57 -04:00
parent e60da4f7b4
commit 91afda04ca

View File

@ -99,6 +99,7 @@ namespace FFXIVClassic_Map_Server.actors.chara.ai.state
{ {
//owner.zone.BroadcastPacketAroundActor(owner, errorResult); //owner.zone.BroadcastPacketAroundActor(owner, errorResult);
} }
owner.DoBattleAction(spell.id, 0x7F000002, new BattleAction(target.actorId, 0, 1, 0, 1));
} }
public override void OnComplete() public override void OnComplete()