quest_poi_points
This table contains the quest points.
Structure
Field | Type | Default | Comment |
---|---|---|---|
questId | smallint(5) | ||
poiId | tinyint(3) | 0 | |
x | int(11) | 0 | |
y | int(11) | 0 |
questId
The quest entry ID from quest_properties table.
poiId
The point entry ID used in quest_poi table.
position
The x and y position of the point.