SQLite DB: some values of land data will be not saved / loaded

http://opensimulator.org/mantis/view.php?id=6370

Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
This commit is contained in:
PixelTomsen
2012-10-21 14:59:22 +02:00
committed by BlueWall
parent d7fa4cacb3
commit 20eac8d6d0
2 changed files with 21 additions and 5 deletions

View File

@@ -962,6 +962,7 @@ namespace OpenSim.Region.CoreModules.World.Land
ILandObject newLand = startLandObject.Copy();
newLand.LandData.Name = newLand.LandData.Name;
newLand.LandData.GlobalID = UUID.Random();
newLand.LandData.Dwell = 0;
newLand.SetLandBitmap(newLand.GetSquareLandBitmap(start_x, start_y, end_x, end_y));