Skip to content

Gameobject_questrelation

Schmoozerd edited this page Apr 14, 2013 · 1 revision

Back to world database list of tables.

The `gameobject_questrelation` table

Holds game object quest giver relations. The game objects in this table should all be of type QUESTGIVER (2).

Structure

Field Type Null Key Default Extra
id int(10) unsigned NO PRI 0
quest int(10) unsigned NO PRI 0

Description of the fields

id

The template ID of the game object. See gameobject_template.entry

quest

The quest ID that this game object starts. See quest_template.entry

Clone this wiki locally