aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLLegacyRegionData.cs
diff options
context:
space:
mode:
authorDiva Canto2010-05-09 14:12:59 -0700
committerDiva Canto2010-05-09 14:12:59 -0700
commit6f2f0fa0cad4c2668826f2684f5b8c2d9b30f243 (patch)
tree2a4289e2fa5352ece0aba4d748dc7af6c55d0fc1 /OpenSim/Data/MySQL/MySQLLegacyRegionData.cs
parentYey for unit tests. The previous commit had a couple of bugs on SQL statement... (diff)
downloadopensim-SC_OLD-6f2f0fa0cad4c2668826f2684f5b8c2d9b30f243.zip
opensim-SC_OLD-6f2f0fa0cad4c2668826f2684f5b8c2d9b30f243.tar.gz
opensim-SC_OLD-6f2f0fa0cad4c2668826f2684f5b8c2d9b30f243.tar.bz2
opensim-SC_OLD-6f2f0fa0cad4c2668826f2684f5b8c2d9b30f243.tar.xz
OK, this really fixes it, I promise.
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 d2892e9..07371e7 100644
--- a/OpenSim/Data/MySQL/MySQLLegacyRegionData.cs
+++ b/OpenSim/Data/MySQL/MySQLLegacyRegionData.cs
@@ -975,7 +975,7 @@ namespace OpenSim.Data.MySQL
975 "use_estate_sun, fixed_sun, sun_position, " + 975 "use_estate_sun, fixed_sun, sun_position, " +
976 "covenant, Sandbox, sunvectorx, sunvectory, " + 976 "covenant, Sandbox, sunvectorx, sunvectory, " +
977 "sunvectorz, loaded_creation_datetime, " + 977 "sunvectorz, loaded_creation_datetime, " +
978 "loaded_creation_id) values (?RegionUUID, ?BlockTerraform, " + 978 "loaded_creation_id, map_tile_ID) values (?RegionUUID, ?BlockTerraform, " +
979 "?BlockFly, ?AllowDamage, ?RestrictPushing, " + 979 "?BlockFly, ?AllowDamage, ?RestrictPushing, " +
980 "?AllowLandResell, ?AllowLandJoinDivide, " + 980 "?AllowLandResell, ?AllowLandJoinDivide, " +
981 "?BlockShowInSearch, ?AgentLimit, ?ObjectBonus, " + 981 "?BlockShowInSearch, ?AgentLimit, ?ObjectBonus, " +
@@ -990,7 +990,7 @@ namespace OpenSim.Data.MySQL
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)"; 993 "?TerrainImageID)";
994 994
995 FillRegionSettingsCommand(cmd, rs); 995 FillRegionSettingsCommand(cmd, rs);
996 996