summaryrefslogtreecommitdiff
path: root/docs/creature_questender.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/creature_questender.md')
-rw-r--r--docs/creature_questender.md68
1 files changed, 63 insertions, 5 deletions
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**
+
+<table>
+<colgroup>
+<col width="12%" />
+<col width="12%" />
+<col width="12%" />
+<col width="12%" />
+<col width="12%" />
+<col width="12%" />
+<col width="12%" />
+<col width="12%" />
+</colgroup>
+<tbody>
+<tr class="odd">
+<td><p><strong>Field</strong></p></td>
+<td><p><strong>Type</strong></p></td>
+<td><p><strong>Attributes</strong></p></td>
+<td><p><strong>Key</strong></p></td>
+<td><p><strong>Null</strong></p></td>
+<td><p><strong>Default</strong></p></td>
+<td><p><strong>Extra</strong></p></td>
+<td><p><strong>Comment</strong></p></td>
+</tr>
+<tr class="even">
+<td><p><a href="#creature_questender-id">id</a></p></td>
+<td><p>mediumint(8)</p></td>
+<td><p>unsigned</p></td>
+<td><p>PRI</p></td>
+<td><p>NO</p></td>
+<td><p>0</p></td>
+<td><p> </p></td>
+<td><p>Identifier</p></td>
+</tr>
+<tr class="odd">
+<td><p><a href="#creature_questender-quest">quest</a></p></td>
+<td><p>mediumint(8)</p></td>
+<td><p>unsigned</p></td>
+<td><p>PRI</p></td>
+<td><p>NO</p></td>
+<td><p>0</p></td>
+<td><p> </p></td>
+<td><p>Quest Identifier</p></td>
+</tr>
+</tbody>
+</table>
+
+**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