mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-23 19:52:25 +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(
|
||||
Logs::General,
|
||||
Logs::Combat,
|
||||
"[%s] [Mob::CheckHitChance] Chance [%i] ToHitRoll [%i] Hit? [%s]",
|
||||
"[%s] [Mob::CheckHitChance] Chance [%.2f] ToHitRoll [%.2f] Hit? [%s]",
|
||||
GetCleanName(),
|
||||
chancetohit,
|
||||
tohit_roll,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user