Sanity check for race rune not in runebase.

This commit is contained in:
2023-03-29 17:57:37 -04:00
parent 5f6883059f
commit 39b07df2e2
2 changed files with 10 additions and 8 deletions
+1 -7
View File
@@ -2106,13 +2106,7 @@ public class Mob extends AbstractIntelligenceAgent {
try {
NPCManager.applyRuneSetEffects(this);
try {
this.initializeSkills();
} catch (Exception e) {
Logger.error(e.getMessage());
}
initializeSkills();
recalculateStats();
this.setHealth(this.healthMax);