mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-28 13:27:15 +00:00
Fix logging [skip ci]
This commit is contained in:
+1
-1
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user