Add new hit effect flag for hit effects that only show animations

Fix SetMP setting MaxMP instead of MP

Fix substate updates not being sent
This commit is contained in:
Yogurt 2019-06-01 02:10:40 -07:00
parent e00bb48386
commit 97dcd765eb
5 changed files with 32 additions and 2 deletions

View file

@ -464,6 +464,7 @@ namespace FFXIVClassic_Map_Server.actors.chara.ai.utils
FinishActionStatus(caster, target, skill, action, actionContainer);
break;
default:
action.effectId = (uint) HitEffect.AnimationEffectType;
actionContainer.AddAction(action);
break;
}