warden_checks
Table: warden_checks
This table contains data related to the use of the anti-cheat tool Warden, which can be enabled in Worldserver.conf
Field | Type | Attributes | Key | NULL | Default | Comment |
---|---|---|---|---|---|---|
id | smallint(5) | unsigned | PRI | NO | auto_increment | Unique ID, automatically incremented by 1 |
type | tinyint(3) | unsigned | YES | NULL | ||
data | varchar(48) | utf8_general_ci | YES | NULL | ||
str | varchar(20) | utf8_general_ci | YES | NULL | ||
address | int(10) | unsigned | YES | NULL | ||
length | tinyint(3) | unsigned | YES | NULL | ||
result | varchar(24) | utf8_general_ci | YES | NULL | ||
comment | varchar(50) | utf8_general_ci | YES | NULL |
Description of the fields:
id
Unique ID, automatically incremented by 1
type
(ToDo: insert useful description here)
data
(ToDo: insert useful description here)
str
(ToDo: insert useful description here)
address
(ToDo: insert useful description here)
length
(ToDo: insert useful description here)
result
(ToDo: insert useful description here)
comment
(ToDo: insert useful description here)