diff --git a/src/AnticheatMgr.cpp b/src/AnticheatMgr.cpp index 9b88abb..78c2a80 100644 --- a/src/AnticheatMgr.cpp +++ b/src/AnticheatMgr.cpp @@ -223,7 +223,7 @@ void AnticheatMgr::ZAxisHackDetection(Player* player, MovementInfo movementInfo) // need better way to limit chat spam if (m_Players[key].GetTotalReports() >= sConfigMgr->GetOption("Anticheat.ReportinChat.Min", 70) && m_Players[key].GetTotalReports() <= sConfigMgr->GetOption("Anticheat.ReportinChat.Max", 80)) { - sWorld->SendGMText(LANG_ANTICHEAT_TELEPORT, player->GetName().c_str()); + sWorld->SendGMText(LANG_ANTICHEAT_ALERT, player->GetName().c_str()); } } if (sConfigMgr->GetOption("Anticheat.WriteLog", true))