Creature involvedrelation SF
Back to world database list of tables.
The `creature_involvedrelations` table
This table holds the information for what creatures end what quests.
Structure
| Field | Type | Attribute | Default | Comment |
| id | mediumint(8) | unsigned | The ID# of the creature that ends the quest. Contained in creature_template. | |
| quest | mediumint(8) | unsigned | The ID# of the quest that the creature ends. Contained in quest_template. |