aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.SQLite
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-01-21 15:17:09 +0000
committerJustin Clarke Casey2008-01-21 15:17:09 +0000
commit331aef2bae0f8d23a43e238d229ac63c831063f6 (patch)
tree1f1d951ff9f0d0bb239990952a5cda80a1d87dd0 /OpenSim/Framework/Data.SQLite
parentProperly lock new separate database accesses (diff)
downloadopensim-SC_OLD-331aef2bae0f8d23a43e238d229ac63c831063f6.zip
opensim-SC_OLD-331aef2bae0f8d23a43e238d229ac63c831063f6.tar.gz
opensim-SC_OLD-331aef2bae0f8d23a43e238d229ac63c831063f6.tar.bz2
opensim-SC_OLD-331aef2bae0f8d23a43e238d229ac63c831063f6.tar.xz
Method rename
Diffstat (limited to 'OpenSim/Framework/Data.SQLite')
-rw-r--r--OpenSim/Framework/Data.SQLite/SQLiteRegionData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Data.SQLite/SQLiteRegionData.cs b/OpenSim/Framework/Data.SQLite/SQLiteRegionData.cs
index ba50dca..0035311 100644
--- a/OpenSim/Framework/Data.SQLite/SQLiteRegionData.cs
+++ b/OpenSim/Framework/Data.SQLite/SQLiteRegionData.cs
@@ -356,7 +356,7 @@ namespace OpenSim.Framework.Data.SQLite
356 MainLog.Instance.Verbose("DATASTORE", "Restored item {0}, {1}", item.Name, item.ItemID); 356 MainLog.Instance.Verbose("DATASTORE", "Restored item {0}, {1}", item.Name, item.ItemID);
357 } 357 }
358 358
359 prim.AddInventoryItems(inventory); 359 prim.RestoreInventoryItems(inventory);
360 360
361 // XXX A nasty little hack to recover the folder id for the prim (which is currently stored in 361 // XXX A nasty little hack to recover the folder id for the prim (which is currently stored in
362 // every item). This data should really be stored in the prim table itself. 362 // every item). This data should really be stored in the prim table itself.