From de38c8727a60a8be33bd740fee7e3a9463141228 Mon Sep 17 00:00:00 2001 From: MagicBot Date: Sat, 29 Apr 2023 12:14:35 -0400 Subject: [PATCH] Debugging region --- src/engine/objects/NPC.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/engine/objects/NPC.java b/src/engine/objects/NPC.java index 2c8ff9f6..053d62c3 100644 --- a/src/engine/objects/NPC.java +++ b/src/engine/objects/NPC.java @@ -359,6 +359,9 @@ public class NPC extends AbstractCharacter { this.bindLoc = this.parentZone.getLoc().add(this.bindLoc); this.loc = new Vector3fImmutable(bindLoc); + if (this.parentZoneID == 41365) + this.loc = new Vector3fImmutable(bindLoc); + // Handle NPCs within buildings if (this.building != null) {