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);