mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
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:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user