mirror of
https://github.com/opensim/opensim.git
synced 2026-08-02 06:44:15 +08:00
Taking Prims (SceneObjectGroups) in and out of inventory should now work and if left in inventory will still be there after restarts. (as with the rest of inventory it will only fully work in standalone mode with account authentication turned on).
This commit is contained in:
@@ -319,6 +319,15 @@ namespace OpenSim.Framework.Data.MySQL
|
||||
addInventoryItem(item);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
/// <param name="item"></param>
|
||||
public void deleteInventoryItem(InventoryItemBase item)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Creates a new inventory folder
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user