update location

This commit is contained in:
2023-07-25 21:27:54 -05:00
parent 6761ec7361
commit 055b3d3d66
2 changed files with 6 additions and 9 deletions
+2
View File
@@ -1377,6 +1377,7 @@ public class Mob extends AbstractIntelligenceAgent {
} catch (Exception e) {
Logger.error(e);
}
this.updateLocation();
}
public void respawn() {
@@ -1406,6 +1407,7 @@ public class Mob extends AbstractIntelligenceAgent {
//MovementManager.translocate(this, this.bindLoc, this.region);
if (!this.isSiege && !this.isPlayerGuard && contract == null)
loadInventory();
this.updateLocation();
}
public void despawn() {