mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 02:11:30 +00:00
Client::ACMod Log adjust
This commit is contained in:
parent
7b6b3c8094
commit
91fe63537b
@ -825,9 +825,9 @@ int32 Client::acmod() {
|
|||||||
//seems about 21 agil per extra AC pt over 300...
|
//seems about 21 agil per extra AC pt over 300...
|
||||||
return (65 + ((agility-300) / 21));
|
return (65 + ((agility-300) / 21));
|
||||||
}
|
}
|
||||||
#if EQDEBUG >= 11
|
|
||||||
Log.Out(Logs::General, Logs::Error, "Error in Client::acmod(): Agility: %i, Level: %i",agility,level);
|
Log.Out(Logs::Detail, Logs::Error, "Error in Client::acmod(): Agility: %i, Level: %i", agility, level);
|
||||||
#endif
|
|
||||||
return 0;
|
return 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user