Quest poi tc2
From TrinityCore Wiki
|
Back to world database list of tables.
The `quest_poi` table
Comes from sniffs.
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
| questid | int(10) | unsigned | PRI | NO | 0 | ||
| id | int(10) | unsigned | PRI | NO | 0 | ||
| objIndex | int(10) | unsigned | NO | 0 | |||
| mapid | int(10) | unsigned | NO | 0 | |||
| WorldMapAreaId | int(10) | unsigned | NO | 0 | |||
| FloorId | int(10) | unsigned | NO | 0 | |||
| unk3 | int(10) | unsigned | NO | 0 | |||
| unk4 | int(10) | unsigned | NO | 0 |
Description of the fields
questid
The Quest Id from quest_template.id .
id
Used to group multiple entries from quest_poi_points.id it is the id of the POI.
objIndex
if -1 than position of npc where you can complete quest
mapid
The Map id from Map.dbc
WorldMapAreaId
The area ID from AreaTable.dbc
FloorId
This is the AreaID of the POI.
unk3
This field has no description. You can help wiki by clicking here to describe this field, if you have permissions.
unk4
This field has no description. You can help wiki by clicking here to describe this field, if you have permissions.