summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorSeth ProductEngine <slitovchuk@productengine.com>2010-11-01 23:50:31 +0200
committerSeth ProductEngine <slitovchuk@productengine.com>2010-11-01 23:50:31 +0200
commitcace89d2e97a8d71179a272cbeb62630bb4a1331 (patch)
tree26271a91d0d69a673139117b26f2ff75e47bbfbb /indra/newview
parent42b49397d2347b6a97394ce0b35efe5cc2ab44a2 (diff)
STORM-283 FIXED adding attachments of type LLInventoryType::IT_ATTACHMENT to Current Outfit.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llinventorybridge.cpp1
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;