aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMelanie2013-08-02 00:06:39 +0100
committerMelanie2013-08-02 00:06:39 +0100
commit598f63e984222a89ded65465674868df452cbeed (patch)
tree94604c44722a01f37b479e3edc8c20dff97f804a
parentMerge branch 'master' into careminster (diff)
downloadopensim-SC-598f63e984222a89ded65465674868df452cbeed.zip
opensim-SC-598f63e984222a89ded65465674868df452cbeed.tar.gz
opensim-SC-598f63e984222a89ded65465674868df452cbeed.tar.bz2
opensim-SC-598f63e984222a89ded65465674868df452cbeed.tar.xz
Make atachment state load work again
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
index 7b12c81..e1ca6cd 100644
--- a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
@@ -363,7 +363,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
363 // inventory right now. 363 // inventory right now.
364 SceneObjectGroup objatt 364 SceneObjectGroup objatt
365 = RezSingleAttachmentFromInventoryInternal( 365 = RezSingleAttachmentFromInventoryInternal(
366 sp, sp.PresenceType == PresenceType.Npc ? UUID.Zero : attach.ItemID, attach.AssetID, attachmentPt, true, null); 366 sp, sp.PresenceType == PresenceType.Npc ? UUID.Zero : attach.ItemID, attach.AssetID, attachmentPt, true, d);
367 367
368 368
369 if (ThrottlePer100PrimsRezzed > 0) 369 if (ThrottlePer100PrimsRezzed > 0)