Fixes a bug that my last commit introduced.
parent
80609c2b15
commit
86ae8e97cd
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue