diff --git a/src/AnticheatMgr.cpp b/src/AnticheatMgr.cpp index 50db4dc..14e4422 100644 --- a/src/AnticheatMgr.cpp +++ b/src/AnticheatMgr.cpp @@ -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;"); }