diff options
author | Melanie | 2010-11-03 02:34:36 +0000 |
---|---|---|
committer | Melanie | 2010-11-03 02:34:36 +0000 |
commit | 5f8ab9f018dab8fc8c1f4e88265cbf7599377eb8 (patch) | |
tree | 7d9deca98fbb3cf3f38a0938fcd28509bb783228 /OpenSim/Data/MSSQL | |
parent | Change the default of the new bind_ip_address RemoteAdmin option to 0.0.0.0 (diff) | |
parent | Add lsClearWindlightScene() to the lightshare module to remove WL settings (diff) | |
download | opensim-SC-5f8ab9f018dab8fc8c1f4e88265cbf7599377eb8.zip opensim-SC-5f8ab9f018dab8fc8c1f4e88265cbf7599377eb8.tar.gz opensim-SC-5f8ab9f018dab8fc8c1f4e88265cbf7599377eb8.tar.bz2 opensim-SC-5f8ab9f018dab8fc8c1f4e88265cbf7599377eb8.tar.xz |
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/MSSQL/MSSQLSimulationData.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Data/MSSQL/MSSQLSimulationData.cs b/OpenSim/Data/MSSQL/MSSQLSimulationData.cs index 1da52b4..80ec65e 100644 --- a/OpenSim/Data/MSSQL/MSSQLSimulationData.cs +++ b/OpenSim/Data/MSSQL/MSSQLSimulationData.cs | |||
@@ -705,6 +705,9 @@ VALUES | |||
705 | //Return default LL windlight settings | 705 | //Return default LL windlight settings |
706 | return new RegionLightShareData(); | 706 | return new RegionLightShareData(); |
707 | } | 707 | } |
708 | public void RemoveRegionWindlightSettings(UUID regionID) | ||
709 | { | ||
710 | } | ||
708 | public void StoreRegionWindlightSettings(RegionLightShareData wl) | 711 | public void StoreRegionWindlightSettings(RegionLightShareData wl) |
709 | { | 712 | { |
710 | //This connector doesn't support the windlight module yet | 713 | //This connector doesn't support the windlight module yet |