blob: a22f9e83d4ead4369a36d4d618741a46aca59660 (
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
|
# pool\_quest\_save
[<-Back-to:Characters](database-characters.md)
**The \`pool\_quest\_save\` table**
`table-no-description|0`
**Structure**
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---------------|---------|------------|-----|------|---------|-------|---------|
| [pool_id][1] | INT | UNSIGNED | PRI | NO | 0 | | |
| [quest_id][2] | INT | UNSIGNED | PRI | NO | 0 | | |
[1]: #pool_id
[2]: #quest_id
**Description of the fields**
### pool\_id
[pool\_quest.entry](pool_quest#id)
### quest\_id
[quest\_template.id](quest_template#id)
|