Client::ACMod Log adjust

This commit is contained in:
Akkadius 2015-01-24 05:01:23 -06:00
parent 7b6b3c8094
commit 91fe63537b

View File

@ -825,9 +825,9 @@ int32 Client::acmod() {
//seems about 21 agil per extra AC pt over 300...
return (65 + ((agility-300) / 21));
}
#if EQDEBUG >= 11
Log.Out(Logs::General, Logs::Error, "Error in Client::acmod(): Agility: %i, Level: %i",agility,level);
#endif
Log.Out(Logs::Detail, Logs::Error, "Error in Client::acmod(): Agility: %i, Level: %i", agility, level);
return 0;
};