mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-02-14 07:43:43 +00:00
feat: add OnReport event
This commit is contained in:
@@ -769,6 +769,7 @@ bool AnticheatMgr::MustCheckTempReports(uint8 type)
|
||||
|
||||
void AnticheatMgr::BuildReport(Player* player, uint16 reportType)
|
||||
{
|
||||
OnReport(player, reportType);
|
||||
ObjectGuid key = player->GetGUID();
|
||||
|
||||
if (MustCheckTempReports(reportType))
|
||||
|
||||
Reference in New Issue
Block a user