Creature questrelation SF
Jump to navigation
Jump to search
Back to world database list of tables.
The `creature_questrelations` table
This table holds the information for what creatures start what quests.
Structure
| Field | Type | Attribute | Default | Comment |
| id | mediumint(8) | unsigned | The ID# of the creature that starts the quest. Contained in creature_template. | |
| quest | mediumint(8) | unsigned | The ID# of the quest that the creature starts .Contained in quest_template. |