From b45e55fde91d95a53119d1e03e3a93dcc4374087 Mon Sep 17 00:00:00 2001 From: Rat Date: Thu, 6 May 2010 11:46:13 +0200 Subject: small tweak for escortAI's debuglog --HG-- branch : trunk --- src/game/ScriptedEscortAI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/ScriptedEscortAI.cpp') diff --git a/src/game/ScriptedEscortAI.cpp b/src/game/ScriptedEscortAI.cpp index 38b583b94c3..8b7aca888e1 100644 --- a/src/game/ScriptedEscortAI.cpp +++ b/src/game/ScriptedEscortAI.cpp @@ -432,7 +432,7 @@ void npc_escortAI::Start(bool bIsActiveAttacker, bool bRun, uint64 uiPlayerGUID, { if (me->getVictim()) { - error_log("TSCR ERROR: EscortAI attempt to Start while in combat."); + error_log("TSCR ERROR: EscortAI attempt to Start while in combat. Scriptname: %s, creature entry: %u", me->GetScriptName().c_str(), me->GetEntry()); return; } -- cgit v1.2.3