Logging to GetRawACNoShield [skip ci]

This commit is contained in:
Akkadius
2019-10-06 00:54:46 -05:00
parent 344682e6ff
commit a3ffa7e262
2 changed files with 34 additions and 11 deletions
+12
View File
@@ -2232,5 +2232,17 @@ int Client::GetRawACNoShield(int &shield_ac) const
}
}
}
Log.Out(
Logs::General,
Logs::Combat,
"[%s] [Client::GetRawACNoShield] AC [%i] ItemAC [%i] SpellAC [%i] AAAC [%i]",
GetName(),
ac,
itembonuses.AC,
spellbonuses.AC,
aabonuses.AC
);
return ac;
}