diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-27 11:42:52 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-27 11:42:52 +0000 |
commit | 2bc346672c7280c99e08afdabab644647871e7be (patch) | |
tree | 50c43d828963f07b58d0ce8a2b431bd09fc7c182 /indra/newview/llappearancemgr.cpp | |
parent | 213ff5a4e0fa150d91c1a68fb56bb7cb605020d6 (diff) | |
parent | 28bdead9e5c77c6bcd557de58410838dc6cc4e15 (diff) |
merge.
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(), |