Skip to content

Creature_involvedrelation_(2.4.3)

Schmoozerd edited this page Apr 14, 2013 · 1 revision

Back to world database list of tables.

The `creature_involvedrelation` table

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.

Structure

Field Type Null Key Default Extra
id mediumint(8) unsigned NO PRI 0
quest mediumint(8) unsigned NO PRI 0

Description of the fields

id

The ID of the creature that will designated to complete the specified quest. See creature_template.entry (2.4.3)#entry

quest

The Quest ID that the creature finishes. See quest_template.entry (2.4.3)#entry

Clone this wiki locally