From db668cde4689aae48c4698625709c0ee9c44f674 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Fri, 5 Aug 2016 21:22:12 +0200 Subject: Core/Logs: Fine tunning some logs (cherry picked from commit b51409a5d3201e86bd189d1ea7dfd1dc1ca8a35f) # Conflicts: # src/server/game/Texts/CreatureTextMgr.cpp --- src/server/game/AI/CreatureAI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/game/AI/CreatureAI.cpp') diff --git a/src/server/game/AI/CreatureAI.cpp b/src/server/game/AI/CreatureAI.cpp index f6d5ac917c0..4520aa197fb 100644 --- a/src/server/game/AI/CreatureAI.cpp +++ b/src/server/game/AI/CreatureAI.cpp @@ -82,7 +82,7 @@ void CreatureAI::DoZoneInCombat(Creature* creature /*= nullptr*/, float maxRange // If it can't find a suitable attack target then we should error out. if (!creature->HasReactState(REACT_PASSIVE) && !creature->GetVictim()) { - TC_LOG_ERROR("misc", "DoZoneInCombat called for creature that has empty threat list (creature entry = %u)", creature->GetEntry()); + TC_LOG_ERROR("misc.dozoneincombat", "DoZoneInCombat called for creature that has empty threat list (creature entry = %u)", creature->GetEntry()); return; } -- cgit v1.2.3