The `gameobject_questender` table
Holds game object quest taker relations. The game objects in this table should all be of type QUESTGIVER (2).
Table Structure
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
id | MEDIUMINT | UNSIGNED | PRI | NO | 0 | ||
quest | MEDIUMINT | UNSIGNED | PRI | NO | 0 | Quest Identifier |
Description of the fields
The template ID of the game object. See gameobject_template.entry
The quest ID that this game object finishes. See quest_template.id