The `character_queststatus_seasonal` table
Holds information on the seasonal quest (quests with ZoneOrSort of -22) status of every player. The quests reset at the end of the corresponding eventEntry.
Table Structure
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
guid | INT | UNSIGNED | PRI | NO | 0 | Global Unique Identifier | |
quest | INT | UNSIGNED | PRI | NO | 0 | Quest Identifier | |
event | INT | UNSIGNED | NO | 0 | Event Identifier |
Description of the fields
The character guid. See characters.guid.
The quest ID of the rewarded quest. See quest_template.id.
The eventEntry of the game event that the seasonal quest belongs to.