aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/framework/Platform/Define.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/framework/Platform/Define.h b/src/framework/Platform/Define.h
index ad2c8b9b179..9536098258a 100644
--- a/src/framework/Platform/Define.h
+++ b/src/framework/Platform/Define.h
@@ -152,7 +152,9 @@ typedef uint64 OBJECT_HANDLE;
#endif
#if !defined(DEBUG) && !defined(MANGOS_DEBUG) && !defined(TRINITY_DEBUG)
-//#define MULTI_THREAD_MAP
+ #if defined(USE_MULTI_THREAD_MAP)
+ #define MULTI_THREAD_MAP
+ #endif
#endif
#ifdef MULTI_THREAD_MAP