Plumb in dwell in a couple of places

This commit is contained in:
Melanie Thielker
2009-01-03 00:03:41 +00:00
parent 82700448f5
commit a7708413ee
2 changed files with 2 additions and 2 deletions

View File

@@ -7736,7 +7736,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
reply.Data.GlobalZ = pos.Z;
reply.Data.SimName = Utils.StringToBytes(info.RegionName);
reply.Data.SnapshotID = land.SnapshotID;
reply.Data.Dwell = 0; // TODO: not implemented yet
reply.Data.Dwell = land.Dwell;
reply.Data.SalePrice = land.SalePrice;
reply.Data.AuctionID = (int)land.AuctionID;