character_queststatus_daily - cmangos/issues GitHub Wiki
Back to the characters database list of tables.
Holds information on the daily quest status of every player. The quest must have type = 87 or the 4096 flag at SpecialFlags.
Field | Type | Null | Key | Default | Extra |
guid | int(11) unsigned | NO | PRI | 0 | |
quest | int(11) unsigned | NO | PRI | 0 | |
time | bigint(20) unsigned | NO | 0 |
The character GUID. See character.guid
The quest ID of the daily quest. See quest_template.entry
The time when the quest was taken, in Unix time.