Skip to content

Creature_questrelation

Schmoozerd edited this page Apr 14, 2013 · 1 revision

Back to world database list of tables.

The `creature_questrelation` table

Holds NPC quest giver relations on which NPCs start which quests.

Structure

Field Type Null Key Default Extra
id mediumint(8) unsigned NO PRI 0
quest mediumint(8) unsigned NO PRI 0

Description of the fields

id

The ID of the creature. See creature_template.entry

quest

The quest ID that the creature starts. See quest_template.entry

Clone this wiki locally