Back to 'quest_poi_points' Return to world Go to 'quest_pool_template'
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
questId | int | unsigned | PRI | NO | |||
poolId | int | unsigned | NO | ||||
poolIndex | tinyint | unsigned | NO | Multiple quests with the same index will always spawn together! | |||
description | varchar(255) | YES | NULL |
adds a quest entry to the pool with poolId.
Note: The quest must be repeatable.
references quest_pool_template.poolId
Incremental index of pool with poolId. Starts at 0
.
This field usually names the quest and describes the pool it belongs to.
Example: Fueling the Demolishers (Alliance, defenders)
Back to 'quest_poi_points' Return to world Go to 'quest_pool_template'