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/creature_questender.md | 68 +++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 63 insertions(+), 5 deletions(-) (limited to 'docs/creature_questender.md') diff --git a/docs/creature_questender.md b/docs/creature_questender.md index 060c6bf..0e23492 100644 --- a/docs/creature_questender.md +++ b/docs/creature_questender.md @@ -1,6 +1,64 @@ -[Database Structure](Database-Structure) > [World-Database](World-Database) > [creature_questender](creature_questender) +# creature\_questender -Column | Type | Description ---- | --- | --- -Id | mediumint(8) unsigned | -Quest | mediumint(8) unsigned | +`Back-to:World` + +**The \`creature\_questender\` table** + +Holds NPC quest ender relations on which NPCs finishes which quests. + +**Structure** + + ++++++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Field

Type

Attributes

Key

Null

Default

Extra

Comment

id

mediumint(8)

unsigned

PRI

NO

0

 

Identifier

quest

mediumint(8)

unsigned

PRI

NO

0

 

Quest Identifier

+ +**Description of the fields** + +### id + +The ID of the creature. See creature\_template.entry + +### quest + +The quest ID that the creature finishes. See quest\_template.id -- cgit