Make atachment state load work again

avinationmerge
Melanie 2013-08-02 00:06:39 +01:00
parent 6fc03c7e6e
commit 598f63e984
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
// inventory right now. // inventory right now.
SceneObjectGroup objatt SceneObjectGroup objatt
= RezSingleAttachmentFromInventoryInternal( = RezSingleAttachmentFromInventoryInternal(
sp, sp.PresenceType == PresenceType.Npc ? UUID.Zero : attach.ItemID, attach.AssetID, attachmentPt, true, null); sp, sp.PresenceType == PresenceType.Npc ? UUID.Zero : attach.ItemID, attach.AssetID, attachmentPt, true, d);
if (ThrottlePer100PrimsRezzed > 0) if (ThrottlePer100PrimsRezzed > 0)