Back to 'gameobject_questitem' Return to world Go to 'gameobject_template'
Holds gameobject quest giver relations. The gameobjects in this table should all be of type QUESTGIVER (2).
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
id | int | unsigned | PRI | NO | 0 | ||
quest | int | unsigned | PRI | NO | 0 | Quest Identifier |
The entry of the gameobject starting the quest.
The quest ID that this gameobject provides.
Back to 'gameobject_questitem' Return to world Go to 'gameobject_template'