-
Notifications
You must be signed in to change notification settings - Fork 48
Gameobject_involvedrelation
Schmoozerd edited this page Apr 17, 2013
·
1 revision
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