diff options
| author | Oz Linden <oz@lindenlab.com> | 2011-04-01 06:49:19 -0400 | 
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2011-04-01 06:49:19 -0400 | 
| commit | cf4d929888025552050e66f3b359e49ed131af8d (patch) | |
| tree | b73dcd7a10a83e2a8b9d49c65d4f2c1c5f8750e6 /scripts | |
| parent | 03d9da9fa88ce3536d3ee090e02dce2c9ce4bc53 (diff) | |
STORM-956 update message template
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/messages/message_template.msg | 8 | 
1 files changed, 7 insertions, 1 deletions
| diff --git a/scripts/messages/message_template.msg b/scripts/messages/message_template.msg index 77dc940335..d292653d3f 100644 --- a/scripts/messages/message_template.msg +++ b/scripts/messages/message_template.msg @@ -2966,7 +2966,7 @@ version 2.0  		{	BillableFactor		F32			}  		{	ObjectBonusFactor 	F32			}  		{	WaterHeight			F32			} -		{   TerrainRaiseLimit	F32 		} +		{	TerrainRaiseLimit	F32 		}  		{	TerrainLowerLimit	F32 		}  		{	PricePerMeter 		S32			}  		{	RedirectGridX 		S32			} @@ -4242,6 +4242,10 @@ version 2.0  		Buttons	Variable  		{	ButtonLabel		Variable	1	}  	} +	{ +		OwnerData Variable +		{	OwnerID		LLUUID	} +	}  } @@ -6762,6 +6766,8 @@ version 2.0  }  // And, the money transfer +// *NOTE: Unused as of 2010-04-06, because all back-end money transactions +// are done with web services via L$ API.  JC  {  	MoneyTransferBackend Low 312 Trusted Zerocoded  	{ | 
