mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-02-07 04:37:50 +00:00
feat (update): OpCodeAck Hack Detection fully established.
This commit is contained in:
@@ -50,7 +50,9 @@ enum ReportTypes
|
||||
ANTISWIM_HACK_REPORT = 9,
|
||||
GRAVITY_HACK_REPORT = 10,
|
||||
ANTIKNOCK_BACK_HACK_REPORT = 11,
|
||||
NO_FALL_DAMAGE_HACK_REPORT = 12
|
||||
NO_FALL_DAMAGE_HACK_REPORT = 12,
|
||||
OP_ACK_HACK_REPORT = 13
|
||||
|
||||
// MAX_REPORT_TYPES
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user