diff --git a/OpenSim/Data/SQLite/SQLiteSimulationData.cs b/OpenSim/Data/SQLite/SQLiteSimulationData.cs index 5b06f7fb5e..c1c7b7e8f1 100644 --- a/OpenSim/Data/SQLite/SQLiteSimulationData.cs +++ b/OpenSim/Data/SQLite/SQLiteSimulationData.cs @@ -956,7 +956,7 @@ namespace OpenSim.Data.SQLite lock (ds) { - String sql = "select RegionUUID, Revision, Heightfield from backedterrain" + + String sql = "select RegionUUID, Revision, Heightfield from bakedterrain" + " where RegionUUID=:RegionUUID"; using (SqliteCommand cmd = new SqliteCommand(sql, m_conn))