The `creature_questender` table
Holds NPC quest ender relations on which NPCs finishes which quests.
Table 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
The ID of the creature. See creature_template.entry
The quest ID that the creature finishes. See quest_template.id