diff options
| -rw-r--r-- | indra/newview/llinventorybridge.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index e672892282..3db48686e6 100644 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -2896,6 +2896,7 @@ static BOOL can_move_to_outfit(LLInventoryItem* inv_item, BOOL move_is_into_curr  {  	if ((inv_item->getInventoryType() != LLInventoryType::IT_WEARABLE) &&  		(inv_item->getInventoryType() != LLInventoryType::IT_GESTURE) && +		(inv_item->getInventoryType() != LLInventoryType::IT_ATTACHMENT) &&  		(inv_item->getInventoryType() != LLInventoryType::IT_OBJECT))  	{  		return FALSE;  | 
