From fcb9456da9daf337c10276ee9c62c615e64367ec Mon Sep 17 00:00:00 2001 From: M'Dic Date: Wed, 5 Apr 2023 17:01:28 -0400 Subject: [PATCH] update (message): CM Alert typo --- src/AnticheatMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AnticheatMgr.cpp b/src/AnticheatMgr.cpp index e968f6f..1d5debb 100644 --- a/src/AnticheatMgr.cpp +++ b/src/AnticheatMgr.cpp @@ -510,7 +510,7 @@ void AnticheatMgr::JumpHackDetection(Player* player, MovementInfo movementInfo, } if (sConfigMgr->GetOption("Anticheat.CM.ALERTCHAT", true)) { - std::string str = "|cFFFFFC00 JUMP HACK COUNTER MEASURE ALERT"; + std::string str = "|cFFFFFC00 ADVANCE JUMP HACK COUNTER MEASURE ALERT"; sWorld->SendGMText(LANG_ANTICHEAT_COUNTERMEASURE, str.c_str(), player->GetName().c_str(), player->GetName().c_str()); } BuildReport(player, COUNTER_MEASURES_REPORT);