diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-01-12 16:22:17 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-01-12 16:22:17 +0200 |
commit | 71ba69e82af5f8905e4199f9443c3766a5e4b482 (patch) | |
tree | bba1cd2316e6c8c6ed149ecf60040924512938ab /scripts | |
parent | 6b7ef8c8588e6788e16dc8026af87d139683cbcc (diff) |
SL-13313 Support RegionInfo5 block in RegionInfo message, and add log message
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/messages/message_template.msg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/messages/message_template.msg b/scripts/messages/message_template.msg index 635227ccf3..a3ddc6d336 100755 --- a/scripts/messages/message_template.msg +++ b/scripts/messages/message_template.msg @@ -2999,6 +2999,16 @@ version 2.0 RegionInfo3 Variable { RegionFlagsExtended U64 } } + { + RegionInfo5 Variable + { ChatWhisperRange F32 } + { ChatNormalRange F32 } + { ChatShoutRange F32 } + { ChatWhisperOffset F32 } + { ChatNormalOffset F32 } + { ChatShoutOffset F32 } + { ChatFlags U32 } + } } // GodUpdateRegionInfo |