From a3d359e1cc4f40328f898653a5cc3b9711a522e6 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sun, 17 Feb 2019 21:34:28 +0100 Subject: Import all wiki page from old wiki (links to fix) --- docs/waypoints.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/waypoints.md (limited to 'docs/waypoints.md') 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 | -- cgit