updated notes

This commit is contained in:
MDIC
2022-03-29 14:22:26 -04:00
parent 5a8d5af9d0
commit 0e8a84637f

View File

@@ -473,6 +473,17 @@ bool AnticheatMgr::MustCheckTempReports(uint8 type)
return true;
}
//
// Dear maintainer:
//
// Once you are done trying to 'optimize' this script,
// and have identify potentionally if there was a terrible
// mistake that was here or not, please increment the
// following counter as a warning to the next guy:
//
// total_hours_wasted_here = 42
//
void AnticheatMgr::BuildReport(Player* player, uint16 reportType)
{
ObjectGuid key = player->GetGUID();