forked from cmangos/mangos-wotlk
-
Notifications
You must be signed in to change notification settings - Fork 0
Creature_involvedrelation_(2.4.3)
Schmoozerd edited this page Apr 14, 2013
·
1 revision
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