Skip to content

Commit

Permalink
fix build (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyeriah authored Aug 21, 2024
1 parent b67b07d commit b914cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AnticheatMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b914cdb

Please sign in to comment.