mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Fixes a bug that my last commit introduced.
This commit is contained in:
@@ -122,7 +122,7 @@ namespace OpenSim.Framework.Communications.Cache
|
||||
InventoryItemBase item = new InventoryItemBase();
|
||||
item.avatarID = libOwner;
|
||||
item.creatorsID = libOwner;
|
||||
item.inventoryID = LLUUID.Random();
|
||||
item.inventoryID = inventoryID;
|
||||
item.assetID = assetID;
|
||||
item.inventoryDescription = description;
|
||||
item.inventoryName = name;
|
||||
|
||||
Reference in New Issue
Block a user