The `warden_checks` table
This table contains data related to the use of the anti-cheat tool Warden, which can be enabled in Worldserver.conf
Table Structure
Field | Type | Attributes | Key | NULL | Default | Comment |
---|---|---|---|---|---|---|
id | SMALLINT | UNSIGNED | PRI | NO | auto_increment | Unique ID, automatically incremented by 1 |
type | TINYINT | UNSIGNED | YES | NULL | ||
data | VARCHAR(48) | YES | NULL | |||
str | VARCHAR(20) | YES | NULL | |||
address | INT | UNSIGNED | YES | NULL | ||
length | TINYINT | UNSIGNED | YES | NULL | ||
result | VARCHAR(24) | YES | NULL | |||
comment | VARCHAR(50) | YES | NULL |
Description of the fields:
Unique ID, automatically incremented by 1
field-no-description|2
field-no-description|3
field-no-description|4
field-no-description|5
field-no-description|6
field-no-description|7
field-no-description|8
聽