Fixes a bug that my last commit introduced.

This commit is contained in:
MW
2007-12-02 14:12:56 +00:00
parent 80609c2b15
commit 86ae8e97cd

View File

@@ -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;