Merge branch 'master' into careminster-presence-refactor

This commit is contained in:
Melanie
2010-09-07 01:48:00 +01:00
19 changed files with 379 additions and 65 deletions

View File

@@ -247,6 +247,8 @@ namespace OpenSim.Data.MySQL
public void RemoveObject(UUID obj, UUID regionUUID)
{
// m_log.DebugFormat("[REGION DB]: Deleting scene object {0} from {1} in database", obj, regionUUID);
List<UUID> uuids = new List<UUID>();
// Formerly, this used to check the region UUID.