fix typo in table name, thx tglion

LSLKeyTest
UbitUmarov 2016-09-18 20:00:47 +01:00
parent 188b5030f7
commit 092d4fb9ff
1 changed files with 1 additions and 1 deletions

View File

@ -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))