fix: Azerothcore mgr rename

This commit is contained in:
Kitzunu
2021-09-15 02:59:37 +02:00
parent a6a7553162
commit 60d943f23b
4 changed files with 11 additions and 6 deletions

View File

@@ -24,7 +24,6 @@
#include "GuildMgr.h"
#include "Language.h"
#include "Mail.h"
#include "MapManager.h"
#include "ObjectAccessor.h"
#include "ObjectMgr.h"
#include "Opcodes.h"
@@ -43,6 +42,12 @@
#include "SpellHistory.h"
#endif
#if defined AZEROTHCORE
#include "MapMgr.h"
#else
#include "MapManager.h"
#endif
#if defined TRINITY || defined AZEROTHCORE
#include "Config.h"
#include "GameEventMgr.h"