summaryrefslogtreecommitdiff
path: root/indra/newview/llcofwearables.cpp
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2010-07-21 14:14:42 +0300
committerVadim Savchuk <vsavchuk@productengine.com>2010-07-21 14:14:42 +0300
commit4a999fe04414f5489c555dbd609e7bae1c2667d6 (patch)
treec93505b07bbd7ca68ed7239655c42e7316b17ecd /indra/newview/llcofwearables.cpp
parent52abfbbc4a3fbf55379fab861a1312eb5cecbc4d (diff)
parent842e5111ae2d0a83755ff902afa43dc84e45662b (diff)
Merge from default branch
--HG-- branch : product-engine
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;