diff options
author | Vir Linden <60274682+vir-linden@users.noreply.github.com> | 2024-01-17 11:12:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-17 11:12:23 -0500 |
commit | f584d14f7f0d129f2d7e430cf843835bbe23d6f9 (patch) | |
tree | e0559f1ae1a94e8e8ce5efa53b58b6eaddb3f1d7 /scripts | |
parent | 469f2621f170484943093a830ec385f1b8d20934 (diff) | |
parent | a9ef4d2ee8470e944b09402d0f796cb09cdb728d (diff) |
Merge pull request #565 from secondlife/simon/sl-20635-new-data
SL-20635 - new data to ObjectUpdate and 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..678bd81ebe 100755 --- a/scripts/messages/message_template.msg.sha1 +++ b/scripts/messages/message_template.msg.sha1 @@ -1 +1 @@ -e3bd0529a647d938ab6d48f26d21dd52c07ebc6e
\ No newline at end of file +d7915d67467e59287857630bd89bf9529d065198 |