mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-23 19:10:28 +02:00
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:
parent
e00bb48386
commit
97dcd765eb
5 changed files with 32 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue