mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* Blind fix what looks like a bug in the new land MSSQL code
* The data returned from the db was never inserted in the list to be processed and return * This is an example where a warning has revealed a bug
This commit is contained in:
@@ -547,7 +547,7 @@ namespace OpenSim.Data.MSSQL
|
||||
{
|
||||
while (readerLandData.Read())
|
||||
{
|
||||
LandData data = buildLandData(readerLandData);
|
||||
landDataForRegion.Add(buildLandData(readerLandData));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user