summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/Waypoints-Information.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/Waypoints-Information.md b/docs/Waypoints-Information.md
index 4eb457f..ed6828e 100644
--- a/docs/Waypoints-Information.md
+++ b/docs/Waypoints-Information.md
@@ -105,3 +105,8 @@ DELETE FROM `waypoint_data` WHERE `id` = 123456700;
```
Don't forget to unload the path from the creature if it was loaded before.
+
+### Waypoint pathing best practices
+When creating paths along an incline, ground clipping can be minimized by maintaining line-of-sight.
+
+![waypoints](https://i.imgur.com/s045BKp.png)