diff options
Diffstat (limited to 'OpenSim/Data/SQLite')
-rw-r--r-- | OpenSim/Data/SQLite/SQLiteSimulationData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/SQLite/SQLiteSimulationData.cs b/OpenSim/Data/SQLite/SQLiteSimulationData.cs index 5b06f7f..c1c7b7e 100644 --- a/OpenSim/Data/SQLite/SQLiteSimulationData.cs +++ b/OpenSim/Data/SQLite/SQLiteSimulationData.cs | |||
@@ -956,7 +956,7 @@ namespace OpenSim.Data.SQLite | |||
956 | 956 | ||
957 | lock (ds) | 957 | lock (ds) |
958 | { | 958 | { |
959 | String sql = "select RegionUUID, Revision, Heightfield from backedterrain" + | 959 | String sql = "select RegionUUID, Revision, Heightfield from bakedterrain" + |
960 | " where RegionUUID=:RegionUUID"; | 960 | " where RegionUUID=:RegionUUID"; |
961 | 961 | ||
962 | using (SqliteCommand cmd = new SqliteCommand(sql, m_conn)) | 962 | using (SqliteCommand cmd = new SqliteCommand(sql, m_conn)) |