From a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Mon, 25 Feb 2019 19:24:20 +0100 Subject: Import DB wiki from TC 335 --- docs/gameobject_questender.md | 68 +++++++++++++++++++++++++++++++++++++++---- 1 file changed, 63 insertions(+), 5 deletions(-) (limited to 'docs/gameobject_questender.md') diff --git a/docs/gameobject_questender.md b/docs/gameobject_questender.md index 19d83c7..30af9e5 100644 --- a/docs/gameobject_questender.md +++ b/docs/gameobject_questender.md @@ -1,6 +1,64 @@ -[Database Structure](Database-Structure) > [World-Database](World-Database) > [gameobject_questender](gameobject_questender) +# gameobject\_questender -Column | Type | Description ---- | --- | --- -Id | mediumint(8) unsigned | -Quest | mediumint(8) unsigned | +`Back-to:World` + +**The \`gameobject\_questender\` table** + +Holds game object quest taker relations. The game objects in this table should all be of type QUESTGIVER (2). + +**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

+ +**Description of the fields** + +### id + +The template ID of the game object. See gameobject\_template.entry + +### quest + +The quest ID that this game object finishes. See quest\_template.id -- cgit