From a7181596f7eeb247528d85132c4cba02d74316cd Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Fri, 16 Jul 2021 18:32:32 +0200 Subject: [PATCH] chore: https://github.com/azerothcore/azerothcore-wotlk/pull/6910 --- src/AnticheatMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AnticheatMgr.cpp b/src/AnticheatMgr.cpp index 7c60f76..7a4169d 100644 --- a/src/AnticheatMgr.cpp +++ b/src/AnticheatMgr.cpp @@ -14,7 +14,7 @@ */ #include "AnticheatMgr.h" -#include "MapManager.h" +#include "MapMgr.h" #include "Player.h" #include "Configuration/Config.h"