Add a forgotten parameter

This commit is contained in:
Melanie
2012-01-24 00:38:00 +00:00
parent 87799c1f3d
commit 7bb01a17ee

View File

@@ -1013,7 +1013,7 @@ namespace OpenSim.Data.MySQL
"?SunPosition, ?Covenant, ?Sandbox, " +
"?SunVectorX, ?SunVectorY, ?SunVectorZ, " +
"?LoadedCreationDateTime, ?LoadedCreationID, " +
"?TerrainImageID) ";
"?TerrainImageID, ?TelehubObject) ";
FillRegionSettingsCommand(cmd, rs);