account_access
The `account_access` table
This table holds security access level for any realm in realmlist table.
Structure
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
id | INT | UNSIGNED | PRI | NO | |||
gmlevel | TINYINT | UNSIGNED | NO | ||||
RealmID | INT | SIGNED | PRI | NO | -1 | ||
comment | VARCHAR(255) | SIGNED | YES | '' |
Description of the fields
id
The account ID.
gmlevel
The account security level. Different levels have access to different commands. The individual level required for a command is defined in the command table in each realm.
RealmID
The Realm ID.