There was an error while loading. Please reload this page.
1 parent 26d2eae commit 4608e3fCopy full SHA for 4608e3f
1 file changed
ElunaEventMgr.h
@@ -9,13 +9,16 @@
9
10
#include "ElunaUtility.h"
11
#include "Common.h"
12
-#if defined ELUNA_TRINITY || defined ELUNA_VMANGOS
+#if defined ELUNA_TRINITY
13
#include "Random.h"
14
#elif defined ELUNA_CMANGOS
15
#include "Util/Util.h"
16
+#elif defined ELUNA_VMANGOS
17
+#include "Utilities/Random.h"
18
#else
19
#include "Util.h"
20
#endif
21
+
22
#include <map>
23
24
#if defined ELUNA_TRINITY || defined ELUNA_AZEROTHCORE
0 commit comments