creature_queststarter
The `creature_queststarter` table
Holds NPC quest giver relations on which NPCs start which quests.
Structure
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
id | MEDIUMINT | UNSIGNED | PRI | NO | 0 | Identifier | |
quest | MEDIUMINT | UNSIGNED | PRI | NO | 0 | Quest Identifier |
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.id