Pool quest tc2
From TrinityCore Wiki
|
Back to world database list of tables.
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 | int(10) | unsigned | PRI | NO | 0 | ||
| pool_entry | mediumint(8) | unsigned | NO | 0 | |||
| description | varchar(255) | signed | YES | NULL |
Description of the fields
entry
Quest id.
pool_entry
The pool that this quest is in. Refers to pool_template entry.
description
This field has no description. You can help wiki by clicking here to describe this field, if you have permissions.