diff options
Diffstat (limited to 'docs/waypoints.md')
| -rw-r--r-- | docs/waypoints.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/waypoints.md b/docs/waypoints.md new file mode 100644 index 0000000..764589d --- /dev/null +++ b/docs/waypoints.md @@ -0,0 +1,10 @@ +[[Database Structure|Database Structure]] > [[World-Database|World-Database]] > [[waypoints|waypoints]] + +Column | Type | Description +--- | --- | --- +Entry | mediumint(8) unsigned | +Pointid | mediumint(8) unsigned | +Position_x | float | +Position_y | float | +Position_z | float | +Point_comment | text | |
