summaryrefslogtreecommitdiff
path: root/indra/newview/llcofwearables.cpp
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-07-20 12:51:15 -0400
committerLoren Shih <seraph@lindenlab.com>2010-07-20 12:51:15 -0400
commit4bd450737bf1f5a74a4857932235d7bcbead1388 (patch)
tree3298ebf4aedad3415961a81073d1ed79c1d374ed /indra/newview/llcofwearables.cpp
parent2961992a7e135ca68e5d78b245ea9a43b4284e56 (diff)
parentb0c700bfa0b94ca9288470d1bae78ce12369d4f5 (diff)
automated merge
Diffstat (limited to 'indra/newview/llcofwearables.cpp')
-rw-r--r--indra/newview/llcofwearables.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llcofwearables.cpp b/indra/newview/llcofwearables.cpp
index 86d9121213..f75ea23351 100644
--- a/indra/newview/llcofwearables.cpp
+++ b/indra/newview/llcofwearables.cpp
@@ -393,7 +393,8 @@ void LLCOFWearables::refresh()
return;
}
- if (mCOFVersion == catp->getVersion()) return;
+ // BAP - removed check; does not detect item name changes.
+ //if (mCOFVersion == catp->getVersion()) return;
mCOFVersion = catp->getVersion();
typedef std::vector<LLSD> values_vector_t;