The `character_queststatus_rewarded` table
This table holds information of every rewarded quest to a player.
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 | |
active | TINYINT | UNSIGNED | NO | 1 |
Description of the fields
The character guid. See characters.guid.
The quest ID of the rewarded quest. See quest_template.id.
field-no-description|3