mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 20:32:21 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user