|
|
@ -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(); |
|
|
|