diff options
author | Melanie | 2013-08-01 23:30:32 +0200 |
---|---|---|
committer | Melanie | 2013-08-01 23:30:32 +0200 |
commit | bdc48e3e0f746fb691d99c17bd0e45bb3ca3e493 (patch) | |
tree | 80fe073fd3da27e024b35eb8bd829572741e4893 /OpenSim | |
parent | Fix prim locking to behave like SL (diff) | |
download | opensim-SC_OLD-bdc48e3e0f746fb691d99c17bd0e45bb3ca3e493.zip opensim-SC_OLD-bdc48e3e0f746fb691d99c17bd0e45bb3ca3e493.tar.gz opensim-SC_OLD-bdc48e3e0f746fb691d99c17bd0e45bb3ca3e493.tar.bz2 opensim-SC_OLD-bdc48e3e0f746fb691d99c17bd0e45bb3ca3e493.tar.xz |
Make attachment state load work again
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | 2 |
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 f2f789b..6495f3f 100644 --- a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | |||
@@ -302,7 +302,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments | |||
302 | // If we're an NPC then skip all the item checks and manipulations since we don't have an | 302 | // If we're an NPC then skip all the item checks and manipulations since we don't have an |
303 | // inventory right now. | 303 | // inventory right now. |
304 | RezSingleAttachmentFromInventoryInternal( | 304 | RezSingleAttachmentFromInventoryInternal( |
305 | sp, sp.PresenceType == PresenceType.Npc ? UUID.Zero : attach.ItemID, attach.AssetID, p, true, null); | 305 | sp, sp.PresenceType == PresenceType.Npc ? UUID.Zero : attach.ItemID, attach.AssetID, p, true, d); |
306 | } | 306 | } |
307 | catch (Exception e) | 307 | catch (Exception e) |
308 | { | 308 | { |