mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Update LuaEngine.h
This commit is contained in:
@@ -122,6 +122,7 @@ enum SelectAggroTarget
|
|||||||
#undef Opcodes
|
#undef Opcodes
|
||||||
#define Opcodes OpcodesList
|
#define Opcodes OpcodesList
|
||||||
#endif
|
#endif
|
||||||
|
#define AllowCombat m_isCombatMovement
|
||||||
#else
|
#else
|
||||||
#ifndef CATA
|
#ifndef CATA
|
||||||
typedef uint64 ObjectGuid;
|
typedef uint64 ObjectGuid;
|
||||||
@@ -137,6 +138,7 @@ typedef ThreatContainer::StorageType ThreatList;
|
|||||||
#ifdef CATA
|
#ifdef CATA
|
||||||
#define NUM_MSG_TYPES NUM_OPCODE_HANDLERS
|
#define NUM_MSG_TYPES NUM_OPCODE_HANDLERS
|
||||||
#endif
|
#endif
|
||||||
|
#define AllowCombat _isCombatMovementAllowed
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
template<typename T>
|
template<typename T>
|
||||||
|
|||||||
Reference in New Issue
Block a user