Quest_poi - Schmoozerd/mangos-wotlk GitHub Wiki
Back to world database list of tables.
Comes from sniffs.
| 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 |
The Quest Id from quest_template.id .
Used to group multiple entries from quest_poi_points.id it is the id of the POI.
if -1 than position of npc where you can complete quest
The Map id from Map.dbc
The area ID from AreaTable.dbc
This is the AreaID of the POI.