mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Switched everything to XInventory by default. The old Inventory is still there for now, in case bugs pop up with XInventory.
This commit is contained in:
@@ -49,7 +49,7 @@ namespace OpenSim.Data.SQLite
|
||||
public SQLiteXInventoryData(string conn, string realm)
|
||||
{
|
||||
m_Folders = new SQLiteGenericTableHandler<XInventoryFolder>(
|
||||
conn, "inventoryfolders", "InventoryStore");
|
||||
conn, "inventoryfolders", "XInventoryStore");
|
||||
m_Items = new SqliteItemHandler(
|
||||
conn, "inventoryitems", String.Empty);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user