summaryrefslogtreecommitdiff
path: root/docs/character_queststatus_daily.md
blob: 994355bc73c50b2e6307a1ad98124b1bae1b7b34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# character\_queststatus\_daily

[<-Back-to:Characters](database-characters.md)

**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 QuestFlags.

**Structure**

| Field      | Type    | Attributes | Key | Null | Default | Extra | Comment                  |
|------------|---------|------------|-----|------|---------|-------|--------------------------|
| [guid][1]  | int(10) | unsigned   | PRI | NO   | 0       |       | Global Unique Identifier |
| [quest][2] | int(10) | unsigned   | PRI | NO   | 0       |       | Quest Identifier         |
| [time][3]  | int(10) | unsigned   |     | NO   | 0       |       |                          |

[1]: #guid
[2]: #quest
[3]: #time

**Description of the fields**

### guid

The character GUID. See characters.guid

### quest

The quest ID of the daily quest. See quest\_template.entry

### time

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