diff options
| author | Christian Goetze <cg@lindenlab.com> | 2009-09-04 18:16:21 +0000 | 
|---|---|---|
| committer | Christian Goetze <cg@lindenlab.com> | 2009-09-04 18:16:21 +0000 | 
| commit | 74e584add651adbb5784276aba5770de9e295846 (patch) | |
| tree | 1d1a0d9f331fb3c39aac46c3896add32147fdc67 | |
| parent | 76d05a7e50bee33584f35f2f00f32ffe953752e6 (diff) | |
svn merge -r132607:132665 svn+ssh://svn.lindenlab.com/svn/linden/branches/server/server-1.30
Propagating to trunk: QAR-1705 DEV-29573 QAR-1859 QAR-1804
| -rw-r--r-- | indra/llmessage/lltransfersourceasset.cpp | 1 | ||||
| -rw-r--r-- | scripts/messages/message_template.msg | 9 | 
2 files changed, 7 insertions, 3 deletions
| diff --git a/indra/llmessage/lltransfersourceasset.cpp b/indra/llmessage/lltransfersourceasset.cpp index 5a1cd95ffc..41f3f3f607 100644 --- a/indra/llmessage/lltransfersourceasset.cpp +++ b/indra/llmessage/lltransfersourceasset.cpp @@ -270,7 +270,6 @@ bool is_asset_fetch_by_id_allowed(LLAssetType::EType type)  		case LLAssetType::AT_BODYPART:  		case LLAssetType::AT_ANIMATION:  		case LLAssetType::AT_GESTURE: -		case LLAssetType::AT_FAVORITE:  			rv = true;  			break;  		default: 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	} +  	}  } | 
