From c681fd4d66521fe6bee35bb2fbd9b5855fca3beb Mon Sep 17 00:00:00 2001 From: Walter Pagani Date: Thu, 7 Jan 2021 10:30:03 -0300 Subject: docs: Converting from HTML to Markdown part #4 (#333) --- docs/character_account_data.md | 87 +++++++++--------------------------------- 1 file changed, 18 insertions(+), 69 deletions(-) (limited to 'docs/character_account_data.md') diff --git a/docs/character_account_data.md b/docs/character_account_data.md index b12c3df..b7dea2b 100644 --- a/docs/character_account_data.md +++ b/docs/character_account_data.md @@ -8,70 +8,17 @@ Contains data about character settings. **Structure** - ---------- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Field

Type

Attributes

Key

Null

Default

Extra

Comment

guid

int(10)

unsigned

PRI

NO

0

 

 

type

int(3)

unsigned

PRI

NO

0

 

 

time

bigint(10)

unsigned

 

NO

0

 

 

data

blob

signed

 

NO

 

 

 

+| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +|-----------|------------|------------|-----|------|---------|-------|---------| +| [guid][1] | int(10) | unsigned | PRI | NO | 0 | | | +| [type][2] | int(3) | unsigned | PRI | NO | 0 | | | +| [time][3] | bigint(10) | unsigned | | NO | 0 | | | +| [data][4] | blob | signed | | NO | | | | + +[1]: #guid +[2]: #type +[3]: #time +[4]: #data **Description of the fields** @@ -81,11 +28,13 @@ The character global unique identifier. See [Characters.guid](2129969.html#chara ### type -- 1 = Config cache per character -- 3 = Bindings cache per character -- 5 = Macros cache per character -- 6 = Layout cache per character -- 7 = Chat cache per character +| Value | Description | +|-------|------------------------------| +| 1 | Config cache per character | +| 3 | Bindings cache per character | +| 5 | Macros cache per character | +| 6 | Layout cache per character | +| 7 | Chat cache per character | ### time -- cgit