Creature_involvedrelation - cmangos/issues GitHub Wiki
Back to world database list of tables.
Holds NPC quest ender relations on which NPCs finishes which quests.
Field | Type | Null | Key | Default | Extra |
id | mediumint(8) unsigned | NO | PRI | 0 | |
quest | mediumint(8) unsigned | NO | PRI | 0 |
The ID of the creature. See creature_template.entry
The quest ID that the creature finishes. See quest_template.entry