Zone offset not world loc.

This commit is contained in:
2024-01-28 10:31:02 -05:00
parent f845c0ad80
commit 4ccf03dfd3
+1 -1
View File
@@ -467,7 +467,7 @@ public class NPC extends AbstractCharacter {
newNPC.contractUUID = contractID;
if (building == null)
newNPC.bindLoc = spawn;
newNPC.bindLoc = ZoneManager.worldToLocal(spawn, parent);
else
newNPC.bindLoc = Vector3fImmutable.ZERO;