From d8572155caef08e60fc473a1d78c2e6bede02fc1 Mon Sep 17 00:00:00 2001 From: Paradox Date: Sun, 25 Oct 2009 22:33:23 -0400 Subject: Disable MTMaps by default, since it seems to be such a big headache for some people to do this for themselves. --HG-- branch : trunk --- src/framework/Platform/Define.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/framework') 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 -- cgit v1.2.3