[Fix] Zone State Position Fix (#4784)

This commit is contained in:
Chris Miles 2025-03-19 16:17:25 -05:00 committed by GitHub
parent d00125abe1
commit fd6e5f465d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -342,7 +342,9 @@ inline void LoadNPCState(Zone *zone, NPC *n, ZoneStateSpawnsRepository::ZoneStat
n->Depop();
}
}
n->SetPosition(s.x, s.y, s.z);
n->SetHeading(s.heading);
n->SetResumedFromZoneSuspend(true);
}