From 7a0e6e7da2258cc17e8a5fff4bb69a770578551b Mon Sep 17 00:00:00 2001 From: Yehonal Date: Mon, 25 Sep 2017 15:09:21 +0200 Subject: Fixed and optimized EXTRA_LOGS code about 1700 lines of code manually checked --- src/game/AI/SmartScripts/SmartScript.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/game/AI/SmartScripts/SmartScript.cpp') diff --git a/src/game/AI/SmartScripts/SmartScript.cpp b/src/game/AI/SmartScripts/SmartScript.cpp index 0bcdeb1d2f..ed7868baf3 100644 --- a/src/game/AI/SmartScripts/SmartScript.cpp +++ b/src/game/AI/SmartScripts/SmartScript.cpp @@ -4103,9 +4103,7 @@ void SmartScript::FillScript(SmartAIEventList e, WorldObject* obj, AreaTriggerEn #if defined(ENABLE_EXTRAS) && defined(ENABLE_EXTRA_LOGS) if (obj) sLog->outDebug(LOG_FILTER_DATABASE_AI, "SmartScript: EventMap for Entry %u is empty but is using SmartScript.", obj->GetEntry()); -#endif -#if defined(ENABLE_EXTRAS) && defined(ENABLE_EXTRA_LOGS) if (at) sLog->outDebug(LOG_FILTER_DATABASE_AI, "SmartScript: EventMap for AreaTrigger %u is empty but is using SmartScript.", at->id); #endif -- cgit v1.2.3