diff options
Diffstat (limited to 'src/framework')
| -rw-r--r-- | src/framework/Platform/Define.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/framework/Platform/Define.h b/src/framework/Platform/Define.h index 35bc07f5656..dc5c248bf8c 100644 --- a/src/framework/Platform/Define.h +++ b/src/framework/Platform/Define.h @@ -137,7 +137,7 @@ typedef uint32 DWORD; typedef uint64 OBJECT_HANDLE; -//#define MULTI_THREAD_MAP +#define MULTI_THREAD_MAP #ifdef MULTI_THREAD_MAP #define MAP_BASED_RAND_GEN #endif @@ -156,6 +156,10 @@ typedef uint64 OBJECT_HANDLE; # endif #endif +#ifndef CLIENT_VER +#define CLIENT_VER 313 +#endif + #endif //TRINITY_DEFINE_H |
