Unused varible commit out

This commit is contained in:
MDIC
2022-04-09 13:51:03 -04:00
parent bac7aefd12
commit 05713af3dd

View File

@@ -781,7 +781,7 @@ void AnticheatMgr::AnticheatDeleteCommand(ObjectGuid guid)
}
}
void AnticheatMgr::AnticheatPurgeCommand(ChatHandler* handler)
void AnticheatMgr::AnticheatPurgeCommand(ChatHandler* /*handler*/)
{
CharacterDatabase.Execute("TRUNCATE TABLE daily_players_reports;");
}