Gameobject_involvedrelation - cmangos/issues GitHub Wiki
Back to world database list of tables.
Holds game object quest taker relations. The game objects in this table should all be of type QUESTGIVER (2).
Field | Type | Null | Key | Default | Extra |
id | int(10) unsigned | NO | PRI | 0 | |
quest | int(10) unsigned | NO | PRI | 0 |
The template ID of the game object. See gameobject_template.entry
The quest ID that this game object finishes. See quest_template.entry