Update to error message

This commit is contained in:
2024-03-28 03:33:40 -04:00
parent 768e209b2b
commit 2cfbd77e2f
+1 -1
View File
@@ -1049,7 +1049,7 @@ public class Mob extends AbstractIntelligenceAgent implements Delayed {
AbstractCharacter.calculateAtrDamageForWeapon(this,this.charItemManager.equipped.get(EquipSlotType.RHELD),true,this.charItemManager.equipped.get(EquipSlotType.LHELD)); AbstractCharacter.calculateAtrDamageForWeapon(this,this.charItemManager.equipped.get(EquipSlotType.RHELD),true,this.charItemManager.equipped.get(EquipSlotType.LHELD));
AbstractCharacter.calculateAtrDefenseDamage(this); AbstractCharacter.calculateAtrDefenseDamage(this);
} catch (Exception e) { } catch (Exception e) {
Logger.error(this.getMobBaseID() + " /" + e.getMessage()); Logger.error(this.getMobBaseID() + ":" + e);
} }
try { try {
calculateMaxHealthManaStamina(); calculateMaxHealthManaStamina();