diff options
author | Paradox <iamparadox@netscape.net> | 2009-10-25 22:33:23 -0400 |
---|---|---|
committer | Paradox <iamparadox@netscape.net> | 2009-10-25 22:33:23 -0400 |
commit | d8572155caef08e60fc473a1d78c2e6bede02fc1 (patch) | |
tree | f9760efeb2e8054d6b2fe0d5d805c5845c7414b7 /src | |
parent | db9e96f835ecec614f3007a7245ce79a8919a1b1 (diff) |
Disable MTMaps by default, since it seems to be such a big headache for some people to do this for themselves.
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/framework/Platform/Define.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/framework/Platform/Define.h b/src/framework/Platform/Define.h index 9e6a34e3869..ad2c8b9b179 100644 --- a/src/framework/Platform/Define.h +++ b/src/framework/Platform/Define.h @@ -152,7 +152,7 @@ typedef uint64 OBJECT_HANDLE; #endif #if !defined(DEBUG) && !defined(MANGOS_DEBUG) && !defined(TRINITY_DEBUG) -#define MULTI_THREAD_MAP +//#define MULTI_THREAD_MAP #endif #ifdef MULTI_THREAD_MAP |