update (reporting): BG Report Clean up

code reduction and clean up. no actual functional changes.
This commit is contained in:
M'Dic
2022-09-16 10:10:26 -04:00
parent 99b3157536
commit e83f29cdf0
2 changed files with 48 additions and 328 deletions

View File

@@ -124,6 +124,7 @@ class AnticheatMgr
void AntiSwimHackDetection(Player* player, MovementInfo movementInfo, uint32 opcode);
void AntiKnockBackHackDetection(Player* player, MovementInfo movementInfo);
void NoFallDamageDetection(Player* player, MovementInfo movementInfo);
void BGreport(Player* player);
void BGStartExploit(Player* player, MovementInfo movementInfo);
void BuildReport(Player* player,uint16 reportType);
bool MustCheckTempReports(uint8 type);