summaryrefslogtreecommitdiff
path: root/src/scripts/Commands/cs_misc.cpp
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2017-08-20 04:48:07 +0200
committerYehonal <yehonal.azeroth@gmail.com>2017-08-20 04:48:07 +0200
commit0dd68dfbee97eb7ed2c9bd4109ba3f2aed697860 (patch)
tree072f2d6f3bf2f7a64d5533e670a978ef03276859 /src/scripts/Commands/cs_misc.cpp
parente471c1bb6a241cfffe9c7ae61aa502eba9a046a0 (diff)
Another huge compilation fix
please delete cache and re-run cmake
Diffstat (limited to 'src/scripts/Commands/cs_misc.cpp')
-rw-r--r--src/scripts/Commands/cs_misc.cpp4
1 files changed, 2 insertions, 2 deletions
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