mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Eluna fix mangos build
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
#include <ace/Dirent.h>
|
||||
#include <ace/OS_NS_sys_stat.h>
|
||||
#include "LuaEngine.h"
|
||||
#include "Config.h"
|
||||
|
||||
#ifdef MANGOS
|
||||
INSTANTIATE_SINGLETON_1(Eluna);
|
||||
|
||||
@@ -23,6 +23,11 @@ extern "C"
|
||||
#include "CellImpl.h"
|
||||
#include "Chat.h"
|
||||
#include "Channel.h"
|
||||
#ifdef MANGOS
|
||||
#include "Config/Config.h"
|
||||
#else
|
||||
#include "Config.h"
|
||||
#endif
|
||||
#include "DBCStores.h"
|
||||
#include "GossipDef.h"
|
||||
#include "GridNotifiers.h"
|
||||
|
||||
Reference in New Issue
Block a user