mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
* Make object persistence more granular by separating prim and prim inventory persistence
This commit is contained in:
@@ -752,6 +752,12 @@ namespace OpenSim.DataStore.MSSQL
|
||||
fillShapeRow(shapeRow, prim);
|
||||
}
|
||||
}
|
||||
|
||||
// see IRegionDatastore
|
||||
public void StorePrimInventory(LLUUID primID, IDictionary<LLUUID, TaskInventoryItem> items)
|
||||
{
|
||||
// No implementation yet
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user