forked from MagicBane/Server
Update to error message
This commit is contained in:
@@ -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.calculateAtrDefenseDamage(this);
|
||||
} catch (Exception e) {
|
||||
Logger.error(this.getMobBaseID() + " /" + e.getMessage());
|
||||
Logger.error(this.getMobBaseID() + ":" + e);
|
||||
}
|
||||
try {
|
||||
calculateMaxHealthManaStamina();
|
||||
|
||||
Reference in New Issue
Block a user