mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-03 17:32:33 +00:00
Fix logging [skip ci]
This commit is contained in:
parent
cba068bfe8
commit
6c522e0e76
@ -308,7 +308,7 @@ bool Mob::CheckHitChance(Mob* other, EQEmu::skills::SkillType skillinuse, int Ha
|
|||||||
Log.Out(
|
Log.Out(
|
||||||
Logs::General,
|
Logs::General,
|
||||||
Logs::Combat,
|
Logs::Combat,
|
||||||
"[%s] [Mob::CheckHitChance] Chance [%i] ToHitRoll [%i] Hit? [%s]",
|
"[%s] [Mob::CheckHitChance] Chance [%.2f] ToHitRoll [%.2f] Hit? [%s]",
|
||||||
GetCleanName(),
|
GetCleanName(),
|
||||||
chancetohit,
|
chancetohit,
|
||||||
tohit_roll,
|
tohit_roll,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user