update (message): CM Alert typo

This commit is contained in:
M'Dic
2023-04-05 17:01:28 -04:00
parent 9e81a435d4
commit fcb9456da9

View File

@@ -510,7 +510,7 @@ void AnticheatMgr::JumpHackDetection(Player* player, MovementInfo movementInfo,
} }
if (sConfigMgr->GetOption<bool>("Anticheat.CM.ALERTCHAT", true)) if (sConfigMgr->GetOption<bool>("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()); sWorld->SendGMText(LANG_ANTICHEAT_COUNTERMEASURE, str.c_str(), player->GetName().c_str(), player->GetName().c_str());
} }
BuildReport(player, COUNTER_MEASURES_REPORT); BuildReport(player, COUNTER_MEASURES_REPORT);