Method rename

This commit is contained in:
Justin Clarke Casey
2008-01-21 15:17:09 +00:00
parent 7ca8e28a9a
commit 331aef2bae
3 changed files with 7 additions and 5 deletions

View File

@@ -356,7 +356,7 @@ namespace OpenSim.Framework.Data.SQLite
MainLog.Instance.Verbose("DATASTORE", "Restored item {0}, {1}", item.Name, item.ItemID);
}
prim.AddInventoryItems(inventory);
prim.RestoreInventoryItems(inventory);
// XXX A nasty little hack to recover the folder id for the prim (which is currently stored in
// every item). This data should really be stored in the prim table itself.