Waypoints tc2
From TrinityCore Wiki
|
Back to world database list of tables.
The `waypoints` table
This table has no description. You can help TDB wiki by clicking here to describe this table, if you have permissions.
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
| entry | mediumint(8) | unsigned | PRI | NO | 0 | ||
| pointid | mediumint(8) | unsigned | PRI | NO | 0 | ||
| position_x | float | signed | NO | 0 | |||
| position_y | float | signed | NO | 0 | |||
| position_z | float | signed | NO | 0 | |||
| point_comment | text | signed | YES |
entry
ID of the creature. See creature_template.entry
pointid
ID of point of path.
position_x
The X position of destination.
position_y
The Y position of destination.
position_z
The Z position of destination.
point_comment
This field has no description. You can help wiki by clicking here to describe this field, if you have permissions.