mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Implement BG methods for TC and do other fixes
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
|
||||
#include "Common.h"
|
||||
#include "SharedDefines.h"
|
||||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
#ifdef TRINITY
|
||||
#include "QueryResult.h"
|
||||
#ifdef CATA
|
||||
@@ -19,6 +21,17 @@
|
||||
#include "Database/QueryResult.h"
|
||||
#endif
|
||||
|
||||
// Some dummy includes containing BOOST_VERSION:
|
||||
// ObjectAccessor.h Config.h Log.h
|
||||
#ifdef BOOST_VERSION
|
||||
#define USING_BOOST
|
||||
#endif
|
||||
|
||||
#ifdef USING_BOOST
|
||||
#include <boost/thread/locks.hpp>
|
||||
#include <boost/thread/shared_mutex.hpp>
|
||||
#endif
|
||||
|
||||
#ifdef TRINITY
|
||||
typedef QueryResult ElunaQuery;
|
||||
#ifndef CATA
|
||||
|
||||
Reference in New Issue
Block a user