* Just making Create public

This commit is contained in:
lbsa71
2007-12-14 15:29:51 +00:00
parent 6df9f21a5f
commit 9ed2b26232

View File

@@ -117,7 +117,7 @@ namespace OpenSim.Framework.Communications.Cache
Items.Add(item.inventoryID, item);
}
private InventoryItemBase CreateItem(LLUUID inventoryID, LLUUID assetID, string name, string description, int assetType, int invType, LLUUID parentFolderID)
public InventoryItemBase CreateItem(LLUUID inventoryID, LLUUID assetID, string name, string description, int assetType, int invType, LLUUID parentFolderID)
{
InventoryItemBase item = new InventoryItemBase();
item.avatarID = libOwner;