Set use mtmaps by default, and cleanup some code in MapManager.

TODO: Set MapUpdate.Threads=0 in config, for full disable mtmaps, for correct work mtmaps, need ACE 5.7.2+, recommend 5.7.5

--HG--
branch : trunk
This commit is contained in:
n0n4m3
2009-12-21 07:58:19 +01:00
parent 865e97729f
commit c3ee3f537d
5 changed files with 37 additions and 82 deletions

View File

@@ -155,19 +155,8 @@ typedef uint64 OBJECT_HANDLE;
# endif
#endif
#if !defined(DEBUG) && !defined(MANGOS_DEBUG) && !defined(TRINITY_DEBUG)
#if defined(USE_MULTI_THREAD_MAP)
#define MULTI_THREAD_MAP
#endif
#endif
#ifdef MULTI_THREAD_MAP
#define MAP_BASED_RAND_GEN
#endif
#ifndef CLIENT_VER
#define CLIENT_VER 313
#endif
#endif //TRINITY_DEFINE_H