mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
fix crash in gm command thing, commit stupid shit i havent figured out yet
This commit is contained in:
@@ -284,12 +284,13 @@ namespace FFXIVClassic_Map_Server.actors.chara.ai
|
||||
pathFind?.Clear();
|
||||
GetTargetFind()?.Reset();
|
||||
|
||||
owner.updateFlags |= (ActorUpdateFlags.State | ActorUpdateFlags.HpTpMp);
|
||||
owner.updateFlags |= ActorUpdateFlags.HpTpMp;
|
||||
|
||||
// todo: use the update flags
|
||||
owner.ChangeState(SetActorStatePacket.MAIN_STATE_PASSIVE);
|
||||
|
||||
ChangeTarget(null);
|
||||
ClearStates();
|
||||
}
|
||||
|
||||
public void InternalCast(Character target, uint spellId)
|
||||
|
Reference in New Issue
Block a user