blob: 43763f3d95b1cc6fd017b3fd8182550b0303a419 (
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
|
# pool\_quest\_save
[<-Back-to:Characters](database-characters.md)
**The \`pool\_quest\_save\` table**
**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]: #poolid
[2]: #questid
**Description of the fields**
### pool\_id
[pool\_quest.entry](pool_quest#entry).
### quest\_id
[quest\_template.id](quest_template#id).
|