Creature_involvedrelation_(2.4.3) - Schmoozerd/mangos-wotlk GitHub Wiki
Back to world database list of tables.
Holds NPC quest end relations on which NPCs finishes which quests. This entry is required to allow an NPC to be able to complete any particular 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 that will designated to complete the specified quest. See creature_template.entry (2.4.3)#entry
The Quest ID that the creature finishes. See quest_template.entry (2.4.3)#entry