mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 09:07:22 +00:00
feat (new detection): Anti-Knock Back Detection
Anti-knock Back Detection established.
This commit is contained in:
@@ -15,6 +15,7 @@ CREATE TABLE IF NOT EXISTS `daily_players_reports` (
|
||||
`zaxis_reports` bigint unsigned NOT NULL DEFAULT 0,
|
||||
`antiswim_reports` bigint unsigned NOT NULL DEFAULT 0,
|
||||
`gravity_reports` bigint unsigned NOT NULL DEFAULT 0,
|
||||
`antiknockback_reports` bigint unsigned NOT NULL DEFAULT 0,
|
||||
PRIMARY KEY (`guid`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
||||
|
||||
@@ -35,5 +36,6 @@ CREATE TABLE IF NOT EXISTS `players_reports_status` (
|
||||
`zaxis_reports` bigint unsigned NOT NULL DEFAULT 0,
|
||||
`antiswim_reports` bigint unsigned NOT NULL DEFAULT 0,
|
||||
`gravity_reports` bigint unsigned NOT NULL DEFAULT 0,
|
||||
`antiknockback_reports` bigint unsigned NOT NULL DEFAULT 0,
|
||||
PRIMARY KEY (`guid`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
||||
|
||||
Reference in New Issue
Block a user