diff --git a/FFXIVClassic Map Server/actors/chara/npc/Npc.cs b/FFXIVClassic Map Server/actors/chara/npc/Npc.cs index 886de6a1..358a55cd 100644 --- a/FFXIVClassic Map Server/actors/chara/npc/Npc.cs +++ b/FFXIVClassic Map Server/actors/chara/npc/Npc.cs @@ -34,6 +34,7 @@ namespace FFXIVClassic_Map_Server.Actors this.positionY = posY; this.positionZ = posZ; this.rotation = rot; + this.currentMainState = actorState; this.animationId = animationId; this.displayNameId = actorClass.displayNameId;