From ba2afef0f1b5ae1fcd5dfee0243336f28e1fa456 Mon Sep 17 00:00:00 2001 From: mingchen Date: Thu, 3 Jul 2008 01:29:18 +0000 Subject: *Parcel Claim date is no longer Epoch (Jan 1, 1970). Now shows the actual creation/reclaim/sale date. --- OpenSim/Framework/LandData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/LandData.cs') 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 public uint auctionID = 0; //Unemplemented. If set to 0, not being auctioned public LLUUID authBuyerID = LLUUID.Zero; //Unemplemented. Authorized Buyer's UUID public Parcel.ParcelCategory category = new Parcel.ParcelCategory(); //Unemplemented. Parcel's chosen category - public int claimDate = 0; //Unemplemented + public int claimDate = 0; public int claimPrice = 0; //Unemplemented public LLUUID globalID = LLUUID.Zero; public LLUUID groupID = LLUUID.Zero; //Unemplemented -- cgit v1.1