diff options
Diffstat (limited to 'docs/account_data.md')
| -rw-r--r-- | docs/account_data.md | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/account_data.md b/docs/account_data.md index 14b5c1f..992d708 100644 --- a/docs/account_data.md +++ b/docs/account_data.md @@ -8,23 +8,23 @@ Contains data about client account and settings. **Structure** -| Field | Type | Attributes | Key | Null | Default | Extra | Comment | -| ------------ | ------- | ---------- | --- | ---- | ------- | ----- | ------- | -| [account][1] | INT | UNSIGNED | PRI | NO | 0 | | | -| [type][2] | TINYINT | UNSIGNED | PRI | NO | 0 | | | -| [time][3] | INT | UNSIGNED | | NO | 0 | | | -| [data][4] | BLOB | SIGNED | | NO | | | | - -[1]: #account +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| -------------- | ------- | ---------- | --- | ---- | ------- | ----- | ------------------ | +| [accountId][1] | INT | UNSIGNED | PRI | NO | 0 | | Account Identifier | +| [type][2] | TINYINT | UNSIGNED | PRI | NO | 0 | | | +| [time][3] | INT | UNSIGNED | | NO | 0 | | | +| [data][4] | BLOB | SIGNED | | NO | | | | + +[1]: #accountid [2]: #type [3]: #time [4]: #data **Description of the fields** -### account +### accountId -[Account.id](http://www.azerothcore.org/wiki/account#id). +The [account id](account#id). ### type @@ -36,7 +36,7 @@ Contains data about client account and settings. ### time -Time of last modification in Unixtime +Time of last modification in Unixtime. ### data |
