1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-22 12:47:46 +00:00

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.DoBattleAction(spell.id, 0x7F000002, new BattleAction(target.actorId, 0, 1, 0, 1));
}
public override void OnComplete()