diff options
author | Bryan O'Sullivan <bos@lindenlab.com> | 2009-09-08 15:35:19 -0700 |
---|---|---|
committer | Bryan O'Sullivan <bos@lindenlab.com> | 2009-09-08 15:35:19 -0700 |
commit | cab31b572d1a3b717b7f8b9fdf2a49f0b2eb6995 (patch) | |
tree | 7d1c02976d16f360ac6f0d71e5de0adfa3369512 /scripts | |
parent | 1018b36b87d0d19e020c1e416c33c76b06125633 (diff) | |
parent | 5b428d3a636709eca51ec5e442147238e0ed1407 (diff) |
Merge from trunk
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/messages/message_template.msg | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/scripts/messages/message_template.msg b/scripts/messages/message_template.msg index 9deab1f857..e1b01c569b 100644 --- a/scripts/messages/message_template.msg +++ b/scripts/messages/message_template.msg @@ -8950,6 +8950,7 @@ version 2.0 } } +// Link inventory { LinkInventoryItem Low 426 NotTrusted Zerocoded { @@ -8958,12 +8959,16 @@ version 2.0 { SessionID LLUUID } } { - InventoryData Variable + InventoryBlock Single { CallbackID U32 } // Async Response { FolderID LLUUID } + { TransactionID LLUUID } // Going to become TransactionID { OldItemID LLUUID } + { Type S8 } + { InvType S8 } { Name Variable 1 } - { AssetType U8 } + { Description Variable 1 } + } } |