diff options
-rw-r--r-- | OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs b/OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs index 76a1cd0..e0ff5a8 100644 --- a/OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs +++ b/OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs | |||
@@ -865,7 +865,7 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess | |||
865 | group.SetFromItemID(itemID); | 865 | group.SetFromItemID(itemID); |
866 | } | 866 | } |
867 | 867 | ||
868 | SceneObjectPart rootPart = group.GetChildPart(group.UUID); | 868 | SceneObjectPart rootPart = group.RootPart; |
869 | 869 | ||
870 | // Since renaming the item in the inventory does not | 870 | // Since renaming the item in the inventory does not |
871 | // affect the name stored in the serialization, transfer | 871 | // affect the name stored in the serialization, transfer |