summaryrefslogtreecommitdiff
path: root/docs/pool_quest.md
blob: 806b751df351f4c821ef9b1a9833a83b3e8d0d11 (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
# pool\_quest

[<-Back-to:World](database-world.md)

**The \`pool\_quest\` table**

This table contains a list of quests that are tied to a specific pool.

**Structure**

| Field            | Type         | Attributes | Key | Null | Default | Extra | Comment |
|------------------|--------------|------------|-----|------|---------|-------|---------|
| [entry][1]       | INT      | UNSIGNED   | PRI | NO   | 0       |       |         |
| [pool_entry][2]  | MEDIUMINT | UNSIGNED   |     | NO   | 0       |       |         |
| [description][3] | VARCHAR(255) | SIGNED     |     | YES  | NULL    |       |         |

[1]: #entry
[2]: #pool_entry
[3]: #description

**Description of the fields**

### entry

Quest [id](quest_template#id).

### pool\_entry

The [pool](pool_template#entry) that this quest is in. Refers to [pool\_template entry](pool_template#entry).

### description

`field-no-description|3`