character_queststatus_daily - cmangos/issues GitHub Wiki

Back to the characters database list of tables.

The `character_queststatus_daily` table

Holds information on the daily quest status of every player. The quest must have type = 87 or the 4096 flag at SpecialFlags.

Structure

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

guid

The character GUID. See character.guid

quest

The quest ID of the daily quest. See quest_template.entry

time

The time when the quest was taken, in Unix time.

⚠️ **GitHub.com Fallback** ⚠️