diff --git a/indra/newview/rlvhelper.cpp b/indra/newview/rlvhelper.cpp index 0facf608f69db66a51a28bbacb7874fa757b8a18..5841b50fbb0102bf9200187eabbe56f535aa89f5 100644 --- a/indra/newview/rlvhelper.cpp +++ b/indra/newview/rlvhelper.cpp @@ -839,7 +839,8 @@ void RlvForceWear::done() // If there are additions we need to call LLAppearanceManager::updateCOF(), otherwise LLAppearanceManager::updateAppearanceFromCOF() if ( (!addBodyParts.empty()) || (!addClothing.empty()) || (!m_addGestures.empty()) ) { - pAppearanceMgr->updateCOF(addBodyParts, addClothing, LLInventoryModel::item_array_t(), m_addGestures, true); + LLInventoryModel::item_array_t addAttachments; + pAppearanceMgr->updateCOF(addBodyParts, addClothing, addAttachments, m_addGestures, true); m_addGestures.clear(); }