Fixes a bug that my last commit introduced.

afrisby
MW 2007-12-02 14:12:56 +00:00
parent 80609c2b15
commit 86ae8e97cd
1 changed files with 1 additions and 1 deletions

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;