aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data
diff options
context:
space:
mode:
authorUbitUmarov2016-09-18 20:00:47 +0100
committerUbitUmarov2016-09-18 20:00:47 +0100
commit092d4fb9ff9c586ac6cd41dd47e7f8a2018b9835 (patch)
tree92afe7f096e98e74c65c07120bc3c0b1cc3e9a6a /OpenSim/Data
parentrestore sqlite fixes from commit 0e6874..that got lost (diff)
downloadopensim-SC_OLD-092d4fb9ff9c586ac6cd41dd47e7f8a2018b9835.zip
opensim-SC_OLD-092d4fb9ff9c586ac6cd41dd47e7f8a2018b9835.tar.gz
opensim-SC_OLD-092d4fb9ff9c586ac6cd41dd47e7f8a2018b9835.tar.bz2
opensim-SC_OLD-092d4fb9ff9c586ac6cd41dd47e7f8a2018b9835.tar.xz
fix typo in table name, thx tglion
Diffstat (limited to 'OpenSim/Data')
-rw-r--r--OpenSim/Data/SQLite/SQLiteSimulationData.cs2
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))