From 05713af3dd9c454758293e58a881b20201e69b53 Mon Sep 17 00:00:00 2001 From: MDIC Date: Sat, 9 Apr 2022 13:51:03 -0400 Subject: [PATCH] Unused varible commit out --- src/AnticheatMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;"); }