mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 00:58:35 +00:00
update (message): CM Alert typo
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user