mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
*Parcel Claim date is no longer Epoch (Jan 1, 1970). Now shows the actual creation/reclaim/sale date.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user