From 15a9c6729ee274044b2ba78f8b9ad3c167c94bd1 Mon Sep 17 00:00:00 2001 From: Heihachi Date: Sat, 18 Oct 2014 23:01:30 +0100 Subject: Scripts/Commands: Implement mutehistory command for GM's with requested improvements Closes #13350 --- src/server/scripts/Spells/spell_generic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/scripts/Spells') diff --git a/src/server/scripts/Spells/spell_generic.cpp b/src/server/scripts/Spells/spell_generic.cpp index 93f9519993e..4ac415d7cfd 100644 --- a/src/server/scripts/Spells/spell_generic.cpp +++ b/src/server/scripts/Spells/spell_generic.cpp @@ -4020,7 +4020,7 @@ public: SetBonusValueForEffect(EFFECT_0, 5, aurEff); break; default: - TC_LOG_ERROR("spells", "SpellId %d couldn't be processed in spell_gen_mixology_bonus", GetId()); + TC_LOG_ERROR("spells", "SpellId %u couldn't be processed in spell_gen_mixology_bonus", GetId()); break; } amount += bonus; -- cgit v1.2.3