blob: 5b2cbc4d1198df60893b2f03b066fe4d3b639291 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[[Database Structure|Database Structure]] > [[World-Database|World-Database]] > [[waypoint_data|waypoint_data]]
Column | Type | Description
--- | --- | ---
Id | int(10) unsigned |
Point | mediumint(8) unsigned |
Position_x | float |
Position_y | float |
Position_z | float |
Orientation | float |
Delay | int(10) unsigned |
Move_type | int(11) |
Action | int(11) |
Action_chance | smallint(6) |
Wpguid | int(11) |
|