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_instance.md | 63 +++++++--------------------------------------- 1 file changed, 9 insertions(+), 54 deletions(-) (limited to 'docs/character_instance.md') diff --git a/docs/character_instance.md b/docs/character_instance.md index f1c43f3..a29ad1c 100644 --- a/docs/character_instance.md +++ b/docs/character_instance.md @@ -8,60 +8,15 @@ Contains the instance data for characters. **Structure** - ---------- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Field

Type

Attributes

Key

Null

Default

Extra

Comment

guid

int(10)

unsigned

PRI

NO

0

 

 

instance

int(10)

unsigned

PRI

NO

0

 

 

permanent

tinyint(3)

unsigned

 

NO

0

 

 

+| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +|----------------|------------|------------|-----|------|---------|-------|---------| +| [guid][1] | int(10) | unsigned | PRI | NO | 0 | | | +| [instance][2] | int(10) | unsigned | PRI | NO | 0 | | | +| [permanent][3] | tinyint(3) | unsigned | | NO | 0 | | | + +[1]: #guid +[2]: #instance +[3]: #permanent **Description of the fields** -- cgit