blob: 95ec32389d76f7167207b1d4c8a102fdcad13c94 (
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
|
# character\_queststatus\_monthly
[<-Back-to:Characters](database-characters.md)
**The \`character\_queststatus\_monthly\` table**
**Structure**
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
| ----------- | ---- | ---------- | --- | ---- | ------- | ------ | ------------------------ |
| [guid][1] | INT | UNSIGNED | PRI | NO | 0 | | Global Unique Identifier |
| [quest][2] | INT | UNSIGNED | PRI | NO | 0 | | Quest Identifier |
[1]: #guid
[2]: #quest
**Description of the fields**
### guid
The character guid. See [characters.guid](characters#guid).
### quest
The quest ID of the rewarded quest. See [quest\_template.id](quest_template#id).
|