diff options
author | Melanie | 2012-01-24 00:38:00 +0000 |
---|---|---|
committer | Melanie | 2012-01-24 00:38:00 +0000 |
commit | 7bb01a17eee0a35271c312379be9e528338ec08c (patch) | |
tree | bc44480f54eb30b303824c731583a3d5ace38fac /OpenSim/Data | |
parent | Change Telehubs to store only the data that is really needed and not (diff) | |
download | opensim-SC_OLD-7bb01a17eee0a35271c312379be9e528338ec08c.zip opensim-SC_OLD-7bb01a17eee0a35271c312379be9e528338ec08c.tar.gz opensim-SC_OLD-7bb01a17eee0a35271c312379be9e528338ec08c.tar.bz2 opensim-SC_OLD-7bb01a17eee0a35271c312379be9e528338ec08c.tar.xz |
Add a forgotten parameter
Diffstat (limited to 'OpenSim/Data')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLSimulationData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/MySQLSimulationData.cs b/OpenSim/Data/MySQL/MySQLSimulationData.cs index ebb41a5..31d17f1 100644 --- a/OpenSim/Data/MySQL/MySQLSimulationData.cs +++ b/OpenSim/Data/MySQL/MySQLSimulationData.cs | |||
@@ -1013,7 +1013,7 @@ namespace OpenSim.Data.MySQL | |||
1013 | "?SunPosition, ?Covenant, ?Sandbox, " + | 1013 | "?SunPosition, ?Covenant, ?Sandbox, " + |
1014 | "?SunVectorX, ?SunVectorY, ?SunVectorZ, " + | 1014 | "?SunVectorX, ?SunVectorY, ?SunVectorZ, " + |
1015 | "?LoadedCreationDateTime, ?LoadedCreationID, " + | 1015 | "?LoadedCreationDateTime, ?LoadedCreationID, " + |
1016 | "?TerrainImageID) "; | 1016 | "?TerrainImageID, ?TelehubObject) "; |
1017 | 1017 | ||
1018 | FillRegionSettingsCommand(cmd, rs); | 1018 | FillRegionSettingsCommand(cmd, rs); |
1019 | 1019 | ||