diff options
author | UbitUmarov | 2016-09-18 20:00:47 +0100 |
---|---|---|
committer | UbitUmarov | 2016-09-18 20:00:47 +0100 |
commit | 092d4fb9ff9c586ac6cd41dd47e7f8a2018b9835 (patch) | |
tree | 92afe7f096e98e74c65c07120bc3c0b1cc3e9a6a /OpenSim/Data/SQLite/SQLiteSimulationData.cs | |
parent | restore sqlite fixes from commit 0e6874..that got lost (diff) | |
download | opensim-SC-092d4fb9ff9c586ac6cd41dd47e7f8a2018b9835.zip opensim-SC-092d4fb9ff9c586ac6cd41dd47e7f8a2018b9835.tar.gz opensim-SC-092d4fb9ff9c586ac6cd41dd47e7f8a2018b9835.tar.bz2 opensim-SC-092d4fb9ff9c586ac6cd41dd47e7f8a2018b9835.tar.xz |
fix typo in table name, thx tglion
Diffstat (limited to 'OpenSim/Data/SQLite/SQLiteSimulationData.cs')
-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)) |