From 092d4fb9ff9c586ac6cd41dd47e7f8a2018b9835 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sun, 18 Sep 2016 20:00:47 +0100 Subject: fix typo in table name, thx tglion --- OpenSim/Data/SQLite/SQLiteSimulationData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Data') 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 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)) -- cgit v1.1