Debugging region

This commit is contained in:
2023-04-29 12:14:35 -04:00
parent 0a78958e44
commit de38c8727a
+3
View File
@@ -359,6 +359,9 @@ public class NPC extends AbstractCharacter {
this.bindLoc = this.parentZone.getLoc().add(this.bindLoc); this.bindLoc = this.parentZone.getLoc().add(this.bindLoc);
this.loc = new Vector3fImmutable(bindLoc); this.loc = new Vector3fImmutable(bindLoc);
if (this.parentZoneID == 41365)
this.loc = new Vector3fImmutable(bindLoc);
// Handle NPCs within buildings // Handle NPCs within buildings
if (this.building != null) { if (this.building != null) {