forked from MagicBane/Server
region height work
This commit is contained in:
@@ -1649,7 +1649,7 @@ public class Mob extends AbstractIntelligenceAgent {
|
||||
|
||||
// Setup location for this Mobile
|
||||
|
||||
this.loc = new Vector3fImmutable(bindLoc);
|
||||
this.setLoc(bindLoc);
|
||||
this.endLoc = new Vector3fImmutable(bindLoc);
|
||||
|
||||
// Initialize inventory
|
||||
@@ -1743,6 +1743,7 @@ public class Mob extends AbstractIntelligenceAgent {
|
||||
this.level = (short) newRank;
|
||||
this.recalculateStats();
|
||||
this.setHealth(this.healthMax);
|
||||
this.setLoc(this.bindLoc);
|
||||
}
|
||||
|
||||
public boolean isRanking() {
|
||||
|
||||
Reference in New Issue
Block a user