diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-02-25 10:59:59 -0500 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-02-25 10:59:59 -0500 |
| commit | 8e5d95cba8a65d01ea605ebbfba7d6065cd5bd40 (patch) | |
| tree | 857fc8099a9c38ecf52e53f4f16df3a91a3f8f30 /indra/newview/llappearancemgr.cpp | |
| parent | bd84d36c9d08878c895c896e097e8e3310b61cf3 (diff) | |
For EXT-5333: Bodyparts missing from appearance and COF. createStandardWearables() now COF-based
Diffstat (limited to 'indra/newview/llappearancemgr.cpp')
| -rw-r--r-- | indra/newview/llappearancemgr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index c9da08701d..71df064236 100644 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -565,6 +565,7 @@ public: { llinfos << "Recovered item for type " << mType << llendl; LLViewerInventoryItem *itemp = gInventory.getItem(item_id); + mWearable->setItemID(item_id); LLPointer<LLInventoryCallback> cb = new RecoveredItemLinkCB(mType,mWearable,mHolder); mHolder->mTypesToRecover.erase(mType); link_inventory_item( gAgent.getID(), |
