region lookup and height offset for AbstractCharacters when setLoc is called

This commit is contained in:
2023-09-13 21:28:20 -05:00
parent 9b7fc0a93b
commit 7654d5183a
2 changed files with 7 additions and 2 deletions
-1
View File
@@ -1743,7 +1743,6 @@ public class Mob extends AbstractIntelligenceAgent {
this.level = (short) newRank;
this.recalculateStats();
this.setHealth(this.healthMax);
this.setLoc(this.bindLoc);
}
public boolean isRanking() {