blob: 46a7336b7a4b784692bb3ba5c4fcc41238cfd139 (
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
|
# character\_queststatus\_weekly
[<-Back-to:Characters](database-characters.md)
**The \`character\_queststatus\_weekly\` table**
Holds information on the weekly quest status of every player. The timers reset at the same time the Raids reset.
**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 |
[1]: #guid
[2]: #quest
**Description of the fields**
### guid
The guid of the character.
### quest
The id of the quest.
|