mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 00:58:35 +00:00
fix (cmds): Typo in output message
Fix typo in output message
This commit is contained in:
@@ -253,7 +253,7 @@ public:
|
||||
static bool HandleAntiCheatPurgeCommand(ChatHandler* handler)
|
||||
{
|
||||
sAnticheatMgr->AnticheatPurgeCommand(handler);
|
||||
handler->PSendSysMessage("The Anticheat daily_player_reports has been purged.");
|
||||
handler->PSendSysMessage("The Anticheat daily_players_reports has been purged.");
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user