diff options
author | simon <simon@lindenlab.com> | 2023-12-08 23:57:40 +0000 |
---|---|---|
committer | simon <simon@lindenlab.com> | 2023-12-08 23:57:40 +0000 |
commit | 3777dbb3d6ed9b3411eef71c10182afed19c974b (patch) | |
tree | 6eef15ee193e402ae57e357c8107d49a08b68c71 /scripts | |
parent | ce75d0e63b5b0efa1f5e880ee029f95aed56f66d (diff) |
More sl-20635 - moved new attachment data to AvatarAppearance message
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/messages/message_template.msg | 5 | ||||
-rwxr-xr-x | scripts/messages/message_template.msg.sha1 | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/scripts/messages/message_template.msg b/scripts/messages/message_template.msg index c019a76793..1450c111c2 100755 --- a/scripts/messages/message_template.msg +++ b/scripts/messages/message_template.msg @@ -3607,6 +3607,11 @@ version 2.0 AppearanceHover Variable { HoverHeight LLVector3 } } + { + AttachmentBlock Variable + { ID LLUUID } + { AttachmentPoint U8 } + } } // AvatarSitResponse - response to a request to sit on an object diff --git a/scripts/messages/message_template.msg.sha1 b/scripts/messages/message_template.msg.sha1 index 5ad85458e9..efa5f3cf48 100755 --- a/scripts/messages/message_template.msg.sha1 +++ b/scripts/messages/message_template.msg.sha1 @@ -1 +1 @@ -e3bd0529a647d938ab6d48f26d21dd52c07ebc6e
\ No newline at end of file +d7915d67467e59287857630bd89bf9529d065199
\ No newline at end of file |