mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Eluna fix crash in timed events and prepare some for future changes. Ditched EventProcessor
This commit is contained in:
@@ -120,3 +120,9 @@ enum SelectAggroTarget
|
||||
SELECT_TARGET_FARTHEST
|
||||
};
|
||||
#endif
|
||||
|
||||
// Some dummy includes containing BOOST_VERSION:
|
||||
// ObjectAccessor.h Config.h Log.h
|
||||
#ifdef BOOST_VERSION
|
||||
#define USING_BOOST
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user