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/gameobject_questender.md | 51 ++++++------------------------------------- 1 file changed, 7 insertions(+), 44 deletions(-) (limited to 'docs/gameobject_questender.md') diff --git a/docs/gameobject_questender.md b/docs/gameobject_questender.md index 2a92c9d..219168e 100644 --- a/docs/gameobject_questender.md +++ b/docs/gameobject_questender.md @@ -8,50 +8,13 @@ Holds game object quest taker relations. The game objects in this table should a **Structure** - ---------- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Field

Type

Attributes

Key

Null

Default

Extra

Comment

id

mediumint(8)

unsigned

PRI

NO

0

 

 

quest

mediumint(8)

unsigned

PRI

NO

0

 

Quest Identifier

+| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +|------------|--------------|------------|-----|------|---------|-------|------------------| +| [id][1] | mediumint(8) | unsigned | PRI | NO | 0 | | | +| [quest][2] | mediumint(8) | unsigned | PRI | NO | 0 | | Quest Identifier | + +[1]: #id +[2]: #quest **Description of the fields** -- cgit