--- linden/indra/newview/llinventorybridge.cpp.orig 2008-03-12 17:50:48.000000000 +0100 +++ linden/indra/newview/llinventorybridge.cpp 2008-03-12 17:54:21.000000000 +0100 @@ -3273,7 +3273,6 @@ { LLAttachmentRezAction* rez_action = new LLAttachmentRezAction; rez_action->mItemID = item->getUUID(); - S32 attach_pt = 0; if (gAgent.getAvatarObject() && attachment) { for (LLVOAvatar::attachment_map_t::iterator iter = gAgent.getAvatarObject()->mAttachmentPoints.begin(); @@ -3286,7 +3285,6 @@ } } } - rez_action->mAttachPt = attach_pt; if (attachment && attachment->getObject()) { gViewerWindow->alertXml("ReplaceAttachment", confirm_replace_attachment_rez, (void*)rez_action);