aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL
diff options
context:
space:
mode:
authorMelanie2010-03-30 23:29:03 +0100
committerMelanie2010-03-30 23:29:03 +0100
commit7d917e7c5c599549d2a87451fe3d6ca2bf6e62a4 (patch)
tree4fbeba0476276a867859d257d369689385d2b54c /OpenSim/Data/MSSQL
parentMerge branch 'master' into careminster-presence-refactor (diff)
downloadopensim-SC-7d917e7c5c599549d2a87451fe3d6ca2bf6e62a4.zip
opensim-SC-7d917e7c5c599549d2a87451fe3d6ca2bf6e62a4.tar.gz
opensim-SC-7d917e7c5c599549d2a87451fe3d6ca2bf6e62a4.tar.bz2
opensim-SC-7d917e7c5c599549d2a87451fe3d6ca2bf6e62a4.tar.xz
Rename Meta7Windlight to LightShare
Diffstat (limited to 'OpenSim/Data/MSSQL')
-rw-r--r--OpenSim/Data/MSSQL/MSSQLLegacyRegionData.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Data/MSSQL/MSSQLLegacyRegionData.cs b/OpenSim/Data/MSSQL/MSSQLLegacyRegionData.cs
index b1339b6..d6cb91f 100644
--- a/OpenSim/Data/MSSQL/MSSQLLegacyRegionData.cs
+++ b/OpenSim/Data/MSSQL/MSSQLLegacyRegionData.cs
@@ -691,13 +691,13 @@ VALUES
691 cmd.ExecuteNonQuery(); 691 cmd.ExecuteNonQuery();
692 } 692 }
693 } 693 }
694 public RegionMeta7WindlightData LoadRegionWindlightSettings(UUID regionUUID) 694 public RegionLightShareData LoadRegionWindlightSettings(UUID regionUUID)
695 { 695 {
696 //This connector doesn't support the windlight module yet 696 //This connector doesn't support the windlight module yet
697 //Return default LL windlight settings 697 //Return default LL windlight settings
698 return new RegionMeta7WindlightData(); 698 return new RegionLightShareData();
699 } 699 }
700 public void StoreRegionWindlightSettings(RegionMeta7WindlightData wl) 700 public void StoreRegionWindlightSettings(RegionLightShareData wl)
701 { 701 {
702 //This connector doesn't support the windlight module yet 702 //This connector doesn't support the windlight module yet
703 } 703 }