Browse Source

Debugging region

master
MagicBot 2 years ago
parent
commit
de38c8727a
  1. 3
      src/engine/objects/NPC.java

3
src/engine/objects/NPC.java

@ -359,6 +359,9 @@ public class NPC extends AbstractCharacter { @@ -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) {

Loading…
Cancel
Save