diff options
Diffstat (limited to 'src/game/debugcmds.cpp')
-rw-r--r-- | src/game/debugcmds.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/debugcmds.cpp b/src/game/debugcmds.cpp index c5ba79d671b..878c4f5a711 100644 --- a/src/game/debugcmds.cpp +++ b/src/game/debugcmds.cpp @@ -32,9 +32,9 @@ #include "GossipDef.h" #include "Language.h" #include "MapManager.h" +#include "BattleGroundMgr.h" #include <fstream> #include "ObjectMgr.h" -#include "BattleGroundMgr.h" bool ChatHandler::HandleDebugInArcCommand(const char* /*args*/) { @@ -569,4 +569,4 @@ bool ChatHandler::HandleDebugHostilRefList(const char * /*args*/) } SendSysMessage("End of hostil reference list."); return true; -} +}
\ No newline at end of file |