summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/messages/message_template.msg6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/messages/message_template.msg b/scripts/messages/message_template.msg
index 1080d140dc..77dc940335 100644
--- a/scripts/messages/message_template.msg
+++ b/scripts/messages/message_template.msg
@@ -6818,9 +6818,10 @@ version 2.0
{
TransactionInfo Single
{ TransactionType S32 } // lltransactiontype.h
- { TransactionFlags U32 } // lltransactionflags.h
{ SourceID LLUUID }
+ { IsSourceGroup BOOL }
{ DestID LLUUID }
+ { IsDestGroup BOOL }
{ Amount S32 }
{ ItemDescription Variable 1 } // string
}
@@ -6854,9 +6855,10 @@ version 2.0
{
TransactionInfo Single
{ TransactionType S32 } // lltransactiontype.h
- { TransactionFlags U32 } // lltransactionflags.h
{ SourceID LLUUID }
+ { IsSourceGroup BOOL }
{ DestID LLUUID }
+ { IsDestGroup BOOL }
{ Amount S32 }
{ ItemDescription Variable 1 } // string
}