Set bindloc to slot location.

This commit is contained in:
2023-04-29 09:19:22 -04:00
parent 84e24b4951
commit cd9d7f7652
+1 -1
View File
@@ -360,7 +360,7 @@ public class NPC extends AbstractCharacter {
// Setup location for this NPC
this.bindLoc = new Vector3fImmutable(this.statLat, this.statAlt, this.statLon);
this.bindLoc = this.parentZone.getLoc().add(this.bindLoc);
this.loc = bindLoc;
this.loc = new Vector3fImmutable(bindLoc);
// Handle NPCs within buildings