mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
* AHBot rewritten to cause less lag spikes when checking for bids and when adding new auctions.
* AH Deposit function rewritten to generate deposits closer to official. * AH Mail system rewritten to fix some bugs. * MULTI_THREAD_MAP enabled by default (I have no idea why this was commented out before) * CLIENT_VER added for allowing parts of the code to be enabled/disabled depending on the client version supported. Only used in AHBot for now. * Various code cleanups. --HG-- branch : trunk
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user