Yey for unit tests. The previous commit had a couple of bugs on SQL statements. Fixed here.

This commit is contained in:
Diva Canto
2010-05-09 14:02:02 -07:00
parent b233a4b2ca
commit 9cf6b81256
2 changed files with 3 additions and 3 deletions

View File

@@ -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);