fixed error in initialize mob

This commit is contained in:
2023-04-21 18:23:52 -05:00
parent 5299da784a
commit 3329d61636
+3 -3
View File
@@ -807,9 +807,9 @@ public class Mob extends AbstractIntelligenceAgent {
if (!isPet && this.contract == null) {
this.level = (short) this.mobBase.getLevel();
}
} else
this.level = 1;
else
this.level = 1;
}
//set bonuses
this.bonuses = new PlayerBonuses(this);