From 867f5e91165ceedb4adc93ec7b556ce8421c6bbd Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sat, 11 Apr 2020 12:13:42 +0200 Subject: fix wander_distance (#204) * Update creature.md * update some more files :) --- docs/creature_template.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/creature_template.md') diff --git a/docs/creature_template.md b/docs/creature_template.md index 7b9d2c6..758fb03 100644 --- a/docs/creature_template.md +++ b/docs/creature_template.md @@ -564,11 +564,11 @@ This field is overridden by ScriptName field if both are set. The creature's default movement type. -| ID | Type | -|----|---------------------------------------------| -| 0 | Idle; stay in one place | -| 1 | Random movement inside the spawndist radius | -| 2 | Waypoint movement | +| ID | Type | +|----|---------------------------------------------------| +| 0 | Idle; stay in one place | +| 1 | Random movement inside the wander_distance radius | +| 2 | Waypoint movement | #### InhabitType -- cgit