diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs b/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs index 33b4281..2a24821 100644 --- a/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs +++ b/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs | |||
@@ -122,7 +122,7 @@ namespace OpenSim.Framework.Communications.Cache | |||
122 | InventoryItemBase item = new InventoryItemBase(); | 122 | InventoryItemBase item = new InventoryItemBase(); |
123 | item.avatarID = libOwner; | 123 | item.avatarID = libOwner; |
124 | item.creatorsID = libOwner; | 124 | item.creatorsID = libOwner; |
125 | item.inventoryID = LLUUID.Random(); | 125 | item.inventoryID = inventoryID; |
126 | item.assetID = assetID; | 126 | item.assetID = assetID; |
127 | item.inventoryDescription = description; | 127 | item.inventoryDescription = description; |
128 | item.inventoryName = name; | 128 | item.inventoryName = name; |