mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Add the ability to query the MYSQL databse for a list of the stored prim UUIDs
This commit is contained in:
@@ -148,5 +148,10 @@ namespace OpenSim.Services.Connectors
|
||||
{
|
||||
m_database.RemoveRegionWindlightSettings(regionID);
|
||||
}
|
||||
|
||||
public UUID[] GetObjectIDs(UUID regionID)
|
||||
{
|
||||
return m_database.GetObjectIDs(regionID);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user