mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Eluna fix TC cata build and correct wotlk
This commit is contained in:
@@ -84,8 +84,6 @@ typedef ThreatContainer::StorageType ThreatList;
|
|||||||
|
|
||||||
#ifdef CATA
|
#ifdef CATA
|
||||||
#define NUM_MSG_TYPES NUM_OPCODE_HANDLERS
|
#define NUM_MSG_TYPES NUM_OPCODE_HANDLERS
|
||||||
#else
|
|
||||||
typedef uint64 ObjectGuid;
|
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -9,6 +9,11 @@
|
|||||||
|
|
||||||
#include "Common.h"
|
#include "Common.h"
|
||||||
#include "SharedDefines.h"
|
#include "SharedDefines.h"
|
||||||
|
#ifdef TRINITY
|
||||||
|
#ifdef CATA
|
||||||
|
#include "Object.h"
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef TRINITY
|
#ifdef TRINITY
|
||||||
#ifndef CATA
|
#ifndef CATA
|
||||||
|
|||||||
Reference in New Issue
Block a user