diff --git a/src/AnticheatMgr.cpp b/src/AnticheatMgr.cpp index 2def1bb..15a4af2 100644 --- a/src/AnticheatMgr.cpp +++ b/src/AnticheatMgr.cpp @@ -32,7 +32,7 @@ #include "SpellAuras.h" #include "DatabaseEnv.h" -constexpr std::string modulestring = "anticheat"; +std::string modulestring = "anticheat"; constexpr auto LANG_ANTICHEAT_ALERT = 1; constexpr auto LANG_ANTICHEAT_TELEPORT = 2; constexpr auto LANG_ANTICHEAT_IGNORECONTROL = 3;