*Parcels and their access lists now store over multiple sessions when the datastore is sqlite

This commit is contained in:
mingchen
2007-12-18 17:42:02 +00:00
parent f79a500621
commit 128f2b1e1b
7 changed files with 335 additions and 13 deletions

View File

@@ -289,7 +289,7 @@ namespace OpenSim.Framework.Data.MySQL
return terret;
}
public void RemoveLandObject(uint id, LLUUID regionUUID)
public void RemoveLandObject(LLUUID globalID)
{
}