diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2020-04-11 12:13:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-11 12:13:42 +0200 |
| commit | 867f5e91165ceedb4adc93ec7b556ce8421c6bbd (patch) | |
| tree | 9fc25f3c4d6c4810ebdcd3765fb877ebd18336e5 /docs/creature_template.md | |
| parent | 7a943b4b6ad0328ba0a488b3781424761896c389 (diff) | |
| download | wiki-867f5e91165ceedb4adc93ec7b556ce8421c6bbd.tar.gz wiki-867f5e91165ceedb4adc93ec7b556ce8421c6bbd.tar.bz2 wiki-867f5e91165ceedb4adc93ec7b556ce8421c6bbd.zip | |
fix wander_distance (#204)
* Update creature.md
* update some more files :)
Diffstat (limited to 'docs/creature_template.md')
| -rw-r--r-- | docs/creature_template.md | 10 |
1 files changed, 5 insertions, 5 deletions
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 |
