mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Yey for unit tests. The previous commit had a couple of bugs on SQL statements. Fixed here.
This commit is contained in:
@@ -989,8 +989,8 @@ namespace OpenSim.Data.MySQL
|
||||
"?TerrainLowerLimit, ?UseEstateSun, ?FixedSun, " +
|
||||
"?SunPosition, ?Covenant, ?Sandbox, " +
|
||||
"?SunVectorX, ?SunVectorY, ?SunVectorZ, " +
|
||||
"?LoadedCreationDateTime, ?LoadedCreationID)" +
|
||||
"?map_tile_ID, ?TerrainImageID";
|
||||
"?LoadedCreationDateTime, ?LoadedCreationID, " +
|
||||
"?map_tile_ID)";
|
||||
|
||||
FillRegionSettingsCommand(cmd, rs);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user