diff options
Diffstat (limited to 'OpenSim/Data/MSSQL')
-rw-r--r-- | OpenSim/Data/MSSQL/MSSQLRegionData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MSSQL/MSSQLRegionData.cs b/OpenSim/Data/MSSQL/MSSQLRegionData.cs index 6298a19..c29f566 100644 --- a/OpenSim/Data/MSSQL/MSSQLRegionData.cs +++ b/OpenSim/Data/MSSQL/MSSQLRegionData.cs | |||
@@ -718,7 +718,7 @@ VALUES | |||
718 | //m_log.DebugFormat("[DATASTORE]: Restored item {0}, {1}", item.Name, item.ItemID); | 718 | //m_log.DebugFormat("[DATASTORE]: Restored item {0}, {1}", item.Name, item.ItemID); |
719 | } | 719 | } |
720 | 720 | ||
721 | prim.RestoreInventoryItems(inventory); | 721 | prim.Inventory.RestoreInventoryItems(inventory); |
722 | 722 | ||
723 | // XXX A nasty little hack to recover the folder id for the prim (which is currently stored in | 723 | // XXX A nasty little hack to recover the folder id for the prim (which is currently stored in |
724 | // every item). This data should really be stored in the prim table itself. | 724 | // every item). This data should really be stored in the prim table itself. |