diff options
author | PixelTomsen | 2012-10-21 14:59:22 +0200 |
---|---|---|
committer | BlueWall | 2012-10-21 10:41:23 -0400 |
commit | 20eac8d6d07257031f529718dfb9a5863e977653 (patch) | |
tree | 024723c3d2fd68274464f61b0633afd3fdf87b92 /OpenSim/Region | |
parent | Fix: invinite loading for Viewer3 : parcelinfo request of traffic-value (impl... (diff) | |
download | opensim-SC-20eac8d6d07257031f529718dfb9a5863e977653.zip opensim-SC-20eac8d6d07257031f529718dfb9a5863e977653.tar.gz opensim-SC-20eac8d6d07257031f529718dfb9a5863e977653.tar.bz2 opensim-SC-20eac8d6d07257031f529718dfb9a5863e977653.tar.xz |
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>
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs b/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs index 95edf62..1f8e823 100644 --- a/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs +++ b/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs | |||
@@ -962,6 +962,7 @@ namespace OpenSim.Region.CoreModules.World.Land | |||
962 | ILandObject newLand = startLandObject.Copy(); | 962 | ILandObject newLand = startLandObject.Copy(); |
963 | newLand.LandData.Name = newLand.LandData.Name; | 963 | newLand.LandData.Name = newLand.LandData.Name; |
964 | newLand.LandData.GlobalID = UUID.Random(); | 964 | newLand.LandData.GlobalID = UUID.Random(); |
965 | newLand.LandData.Dwell = 0; | ||
965 | 966 | ||
966 | newLand.SetLandBitmap(newLand.GetSquareLandBitmap(start_x, start_y, end_x, end_y)); | 967 | newLand.SetLandBitmap(newLand.GetSquareLandBitmap(start_x, start_y, end_x, end_y)); |
967 | 968 | ||