forked from MagicBane/Server
region height work
This commit is contained in:
@@ -865,7 +865,7 @@ public class NPC extends AbstractCharacter {
|
||||
|
||||
this.bindLoc = new Vector3fImmutable(this.statLat, this.statAlt, this.statLon);
|
||||
this.bindLoc = this.parentZone.getLoc().add(this.bindLoc);
|
||||
this.loc = new Vector3fImmutable(bindLoc);
|
||||
this.setLoc(bindLoc);
|
||||
|
||||
// Handle NPCs within buildings
|
||||
|
||||
|
||||
Reference in New Issue
Block a user