feat (update): OpCodeAck Hack Detection fully established.

This commit is contained in:
MDIC
2022-08-21 10:00:20 -04:00
parent a4e1ef2feb
commit 87fcf71e26
6 changed files with 32 additions and 14 deletions

View File

@@ -0,0 +1,6 @@
-- run on Characters DB
ALTER TABLE `daily_players_reports`
ADD COLUMN `op_ack_hack_reports` BIGINT UNSIGNED NOT NULL DEFAULT 0 AFTER `no_fall_damage_reports`;
ALTER TABLE `players_reports_status`
ADD COLUMN `op_ack_hack_reports` BIGINT UNSIGNED NOT NULL DEFAULT 0 AFTER `no_fall_damage_reports`;