From 0dd68dfbee97eb7ed2c9bd4109ba3f2aed697860 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sun, 20 Aug 2017 04:48:07 +0200 Subject: Another huge compilation fix please delete cache and re-run cmake --- src/scripts/Commands/cs_misc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/scripts/Commands/cs_misc.cpp') diff --git a/src/scripts/Commands/cs_misc.cpp b/src/scripts/Commands/cs_misc.cpp index 715acec474..3ad187cac5 100644 --- a/src/scripts/Commands/cs_misc.cpp +++ b/src/scripts/Commands/cs_misc.cpp @@ -1510,7 +1510,7 @@ public: if (!playerTarget) playerTarget = player; -#ifdef ENABLE_EXTRAS && ENABLE_EXTRA_LOGS +#if defined(ENABLE_EXTRAS) && defined(ENABLE_EXTRA_LOGS) sLog->outDetail(handler->GetTrinityString(LANG_ADDITEM), itemId, count); #endif @@ -1599,7 +1599,7 @@ public: if (!playerTarget) playerTarget = player; -#ifdef ENABLE_EXTRAS && ENABLE_EXTRA_LOGS +#if defined(ENABLE_EXTRAS) && defined(ENABLE_EXTRA_LOGS) sLog->outDetail(handler->GetTrinityString(LANG_ADDITEMSET), itemSetId); #endif -- cgit v1.2.3