@ -5160,7 +5160,11 @@ public class PlayerCharacter extends AbstractCharacter {
if (this.combatStats == null) {
this.combatStats = new PlayerCombatStats(this);
} else {
try {
this.combatStats.update();
}catch(Exception ignored){
}
this.doRegen();