mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 09:07:22 +00:00
Unused varible commit out
This commit is contained in:
@@ -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;");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user