blob: a6508469d30fb3b2d77c3938ea7815ae94579110 (
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\_rewarded
[<-Back-to:Characters](database-characters.md)
**The \`character\_queststatus\_rewarded\` table**
This table holds information of **every** rewarded quest to a player.
**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 |
| [active][3] | TINYINT | UNSIGNED | | NO | 1 | | |
[1]: #guid
[2]: #quest
[3]: #active
**Description of the fields**
### guid
The character GUID. See characters.guid
### quest
The quest ID of the rewarded quest. See quest\_template.id
### active
`field-no-description`
|