Back to 'character_queststatus' Return to characters Go to 'character_queststatus_monthly'
Holds information on the daily quest status of every player. The quest must fulfill either condition to be stored here:
QuestFlags & QUEST_FLAGS_DAILY (4096)
SpecialFlag & QUEST_SPECIAL_FLAGS_DF_QUEST (8)
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 | |
time | int | unsigned | NO | 0 |
The guid of the character.
The quest ID of the daily quest.
The time when the quest was rewarded, in Unix time.
Back to 'character_queststatus' Return to characters Go to 'character_queststatus_monthly'