Skip to content

Commit 4608e3f

Browse files
authored
Add Utilities subdirectory to include for vmangos
1 parent 26d2eae commit 4608e3f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

ElunaEventMgr.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,16 @@
99

1010
#include "ElunaUtility.h"
1111
#include "Common.h"
12-
#if defined ELUNA_TRINITY || defined ELUNA_VMANGOS
12+
#if defined ELUNA_TRINITY
1313
#include "Random.h"
1414
#elif defined ELUNA_CMANGOS
1515
#include "Util/Util.h"
16+
#elif defined ELUNA_VMANGOS
17+
#include "Utilities/Random.h"
1618
#else
1719
#include "Util.h"
1820
#endif
21+
1922
#include <map>
2023

2124
#if defined ELUNA_TRINITY || defined ELUNA_AZEROTHCORE

0 commit comments

Comments
 (0)