From b914cdb98f0bc89948b60ed2f546a3f81db0d383 Mon Sep 17 00:00:00 2001 From: Andrew <47818697+Nyeriah@users.noreply.github.com> Date: Wed, 21 Aug 2024 19:53:51 -0300 Subject: [PATCH] fix build (#138) --- src/AnticheatMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;