From bc4568320a78a1d11990a1a9dc2ba1244c5fccbb Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sat, 21 May 2022 23:48:46 +0200 Subject: chore: waypoint_data --- docs/waypoint_data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/waypoint_data.md') diff --git a/docs/waypoint_data.md b/docs/waypoint_data.md index 9c8ef46..ae1832b 100644 --- a/docs/waypoint_data.md +++ b/docs/waypoint_data.md @@ -15,7 +15,7 @@ This table contains all the path data for creatures that use waypoints and waypo | [position\_x](#position_x) | FLOAT | | | NO | 0 | | [position\_y](#position_y) | FLOAT | | | NO | 0 | | [position\_z](#position_z) | FLOAT | | | NO | 0 | -| [orientation](#orientation) | FLOAT | | | NO | 0 | +| [orientation](#orientation) | FLOAT | | | YES | NULL | | [delay](#delay) | INT | UNSIGNED | | NO | 0 | | [move\_type](#move_type) | INT | | | NO | 0 | | [action](#action) | INT | | | NO | 0 | -- cgit