aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL
diff options
context:
space:
mode:
authoropensim mirror account2010-11-02 20:00:06 -0700
committeropensim mirror account2010-11-02 20:00:06 -0700
commit379fc60c06ca01065a49d62c82949f02d6c6beea (patch)
treeffdc06ea6676ab30b8cefbf2c2192169d3c595c5 /OpenSim/Data/MySQL
parentMerge branch 'master' of /var/git/opensim/ (diff)
parentWhen LightShare is enabled, the standard day cycle is bypassed and replaced by (diff)
downloadopensim-SC_OLD-379fc60c06ca01065a49d62c82949f02d6c6beea.zip
opensim-SC_OLD-379fc60c06ca01065a49d62c82949f02d6c6beea.tar.gz
opensim-SC_OLD-379fc60c06ca01065a49d62c82949f02d6c6beea.tar.bz2
opensim-SC_OLD-379fc60c06ca01065a49d62c82949f02d6c6beea.tar.xz
Merge branch 'master' of /var/git/opensim/
Diffstat (limited to 'OpenSim/Data/MySQL')
-rw-r--r--OpenSim/Data/MySQL/MySQLSimulationData.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Data/MySQL/MySQLSimulationData.cs b/OpenSim/Data/MySQL/MySQLSimulationData.cs
index e2b6953..b53c67b 100644
--- a/OpenSim/Data/MySQL/MySQLSimulationData.cs
+++ b/OpenSim/Data/MySQL/MySQLSimulationData.cs
@@ -817,6 +817,7 @@ namespace OpenSim.Data.MySQL
817 nWP.cloudScrollY = Convert.ToSingle(result["cloud_scroll_y"]); 817 nWP.cloudScrollY = Convert.ToSingle(result["cloud_scroll_y"]);
818 nWP.cloudScrollYLock = Convert.ToBoolean(result["cloud_scroll_y_lock"]); 818 nWP.cloudScrollYLock = Convert.ToBoolean(result["cloud_scroll_y_lock"]);
819 nWP.drawClassicClouds = Convert.ToBoolean(result["draw_classic_clouds"]); 819 nWP.drawClassicClouds = Convert.ToBoolean(result["draw_classic_clouds"]);
820 nWP.valid = true;
820 } 821 }
821 } 822 }
822 } 823 }