mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Fix the elif defined checks
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
|
||||
#ifdef MANGOS
|
||||
#include "revision.h"
|
||||
#elif CMANGOS
|
||||
#elif defined(CMANGOS)
|
||||
#include "revision_nr.h"
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user