mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Updated include for Mangos restructure
This commit is contained in:
@@ -48,10 +48,15 @@
|
|||||||
#else
|
#else
|
||||||
#include "Config/Config.h"
|
#include "Config/Config.h"
|
||||||
#include "AggressorAI.h"
|
#include "AggressorAI.h"
|
||||||
#include "revision_nr.h"
|
|
||||||
#include "BattleGroundMgr.h"
|
#include "BattleGroundMgr.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef MANGOS
|
||||||
|
#include "revision.h"
|
||||||
|
#elif CMANGOS
|
||||||
|
#include "revision_nr.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#if (!defined(TBC) && !defined(CLASSIC))
|
#if (!defined(TBC) && !defined(CLASSIC))
|
||||||
#include "Vehicle.h"
|
#include "Vehicle.h"
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user