aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/LandData.cs
diff options
context:
space:
mode:
authormingchen2008-07-03 01:29:18 +0000
committermingchen2008-07-03 01:29:18 +0000
commitba2afef0f1b5ae1fcd5dfee0243336f28e1fa456 (patch)
tree65ad88ab7fd8d33d92423a0b79885387a735ba28 /OpenSim/Framework/LandData.cs
parentMantis#1652. Thank you, Melanie for a patch that: (diff)
downloadopensim-SC_OLD-ba2afef0f1b5ae1fcd5dfee0243336f28e1fa456.zip
opensim-SC_OLD-ba2afef0f1b5ae1fcd5dfee0243336f28e1fa456.tar.gz
opensim-SC_OLD-ba2afef0f1b5ae1fcd5dfee0243336f28e1fa456.tar.bz2
opensim-SC_OLD-ba2afef0f1b5ae1fcd5dfee0243336f28e1fa456.tar.xz
*Parcel Claim date is no longer Epoch (Jan 1, 1970). Now shows the actual creation/reclaim/sale date.
Diffstat (limited to 'OpenSim/Framework/LandData.cs')
-rw-r--r--OpenSim/Framework/LandData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/LandData.cs b/OpenSim/Framework/LandData.cs
index 68c4c2e..11a4fb4 100644
--- a/OpenSim/Framework/LandData.cs
+++ b/OpenSim/Framework/LandData.cs
@@ -39,7 +39,7 @@ namespace OpenSim.Framework
39 public uint auctionID = 0; //Unemplemented. If set to 0, not being auctioned 39 public uint auctionID = 0; //Unemplemented. If set to 0, not being auctioned
40 public LLUUID authBuyerID = LLUUID.Zero; //Unemplemented. Authorized Buyer's UUID 40 public LLUUID authBuyerID = LLUUID.Zero; //Unemplemented. Authorized Buyer's UUID
41 public Parcel.ParcelCategory category = new Parcel.ParcelCategory(); //Unemplemented. Parcel's chosen category 41 public Parcel.ParcelCategory category = new Parcel.ParcelCategory(); //Unemplemented. Parcel's chosen category
42 public int claimDate = 0; //Unemplemented 42 public int claimDate = 0;
43 public int claimPrice = 0; //Unemplemented 43 public int claimPrice = 0; //Unemplemented
44 public LLUUID globalID = LLUUID.Zero; 44 public LLUUID globalID = LLUUID.Zero;
45 public LLUUID groupID = LLUUID.Zero; //Unemplemented 45 public LLUUID groupID = LLUUID.Zero; //Unemplemented