From 6c522e0e76399902f1c5a98b855196a771ca6018 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Sun, 6 Oct 2019 02:27:15 -0500 Subject: [PATCH] Fix logging [skip ci] --- zone/attack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone/attack.cpp b/zone/attack.cpp index dd4f2fe19..5967e5ebf 100644 --- a/zone/attack.cpp +++ b/zone/attack.cpp @@ -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,