diff options
Diffstat (limited to 'docs/creature_formations.md')
| -rw-r--r-- | docs/creature_formations.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/creature_formations.md b/docs/creature_formations.md index 9e25748..6bd44c8 100644 --- a/docs/creature_formations.md +++ b/docs/creature_formations.md @@ -38,6 +38,8 @@ GUID of group member Maximum distance between group leader and member +Value must be >=0. If the value does not meet the condition the SQL will fail on `creature_formations_chk_1`. + ## angle Angle between leader and member @@ -45,6 +47,8 @@ Note: Only degrees are used! Values should be between 0 and 360  +Value must be >=0. If the value does not meet the condition the SQL will fail on `creature_formations_chk_1`. + ## groupAI Sets group member behaviours, values are: |
