aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLLegacyRegionData.cs
diff options
context:
space:
mode:
authorDiva Canto2010-05-09 14:02:02 -0700
committerDiva Canto2010-05-09 14:02:02 -0700
commit9cf6b81256b6c92cb5d5fb7a6db697f7784191e4 (patch)
tree69f8cf1c0065af8e187d9ae9e5167d1fb9094fbc /OpenSim/Data/MySQL/MySQLLegacyRegionData.cs
parent* Fixed spamming the assets table with map tiles. The tile image ID is now st... (diff)
downloadopensim-SC_OLD-9cf6b81256b6c92cb5d5fb7a6db697f7784191e4.zip
opensim-SC_OLD-9cf6b81256b6c92cb5d5fb7a6db697f7784191e4.tar.gz
opensim-SC_OLD-9cf6b81256b6c92cb5d5fb7a6db697f7784191e4.tar.bz2
opensim-SC_OLD-9cf6b81256b6c92cb5d5fb7a6db697f7784191e4.tar.xz
Yey for unit tests. The previous commit had a couple of bugs on SQL statements. Fixed here.
Diffstat (limited to '')
-rw-r--r--OpenSim/Data/MySQL/MySQLLegacyRegionData.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Data/MySQL/MySQLLegacyRegionData.cs b/OpenSim/Data/MySQL/MySQLLegacyRegionData.cs
index 8c83ef1..d2892e9 100644
--- a/OpenSim/Data/MySQL/MySQLLegacyRegionData.cs
+++ b/OpenSim/Data/MySQL/MySQLLegacyRegionData.cs
@@ -989,8 +989,8 @@ namespace OpenSim.Data.MySQL
989 "?TerrainLowerLimit, ?UseEstateSun, ?FixedSun, " + 989 "?TerrainLowerLimit, ?UseEstateSun, ?FixedSun, " +
990 "?SunPosition, ?Covenant, ?Sandbox, " + 990 "?SunPosition, ?Covenant, ?Sandbox, " +
991 "?SunVectorX, ?SunVectorY, ?SunVectorZ, " + 991 "?SunVectorX, ?SunVectorY, ?SunVectorZ, " +
992 "?LoadedCreationDateTime, ?LoadedCreationID)" + 992 "?LoadedCreationDateTime, ?LoadedCreationID, " +
993 "?map_tile_ID, ?TerrainImageID"; 993 "?map_tile_ID)";
994 994
995 FillRegionSettingsCommand(cmd, rs); 995 FillRegionSettingsCommand(cmd, rs);
996 996