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_queststarter.md | 68 ++++++++++++++++++++++++++++++++++++++--- 1 file changed, 63 insertions(+), 5 deletions(-) (limited to 'docs/gameobject_queststarter.md') diff --git a/docs/gameobject_queststarter.md b/docs/gameobject_queststarter.md index 2caaaf8..efd0052 100644 --- a/docs/gameobject_queststarter.md +++ b/docs/gameobject_queststarter.md @@ -1,6 +1,64 @@ -[Database Structure](Database-Structure) > [World-Database](World-Database) > [gameobject_queststarter](gameobject_queststarter) +# gameobject\_queststarter -Column | Type | Description ---- | --- | --- -Id | mediumint(8) unsigned | -Quest | mediumint(8) unsigned | +`Back-to:World` + +**The \`gameobject\_queststarter\` table** + +Holds game object quest giver 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 starts. See quest\_template.entry -- cgit