remove an erroneous line to fetch the terrain table in a way that
isn't actually used.0.6.0-stable
parent
65237d0136
commit
a28a6e9aaa
OpenSim/Data/MySQL
|
@ -447,8 +447,6 @@ namespace OpenSim.Data.MySQL
|
||||||
|
|
||||||
lock (m_dataSet)
|
lock (m_dataSet)
|
||||||
{
|
{
|
||||||
DataTable terrain = m_dataSet.Tables["terrain"];
|
|
||||||
|
|
||||||
MySqlCommand cmd = new MySqlCommand("insert into terrain(RegionUUID, Revision, Heightfield)" +
|
MySqlCommand cmd = new MySqlCommand("insert into terrain(RegionUUID, Revision, Heightfield)" +
|
||||||
" values(?RegionUUID, ?Revision, ?Heightfield)", m_connection);
|
" values(?RegionUUID, ?Revision, ?Heightfield)", m_connection);
|
||||||
using (cmd)
|
using (cmd)
|
||||||
|
|
Loading…
Reference in New Issue