add to llGetParcelDetails parameter 65 to get land claim date (unix time)

This commit is contained in:
UbitUmarov
2022-04-15 19:51:42 +01:00
parent fba442097b
commit 91167c47ea

View File

@@ -14407,6 +14407,9 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
case "64":
ret.Add(new LSL_Integer(land.Dwell));
break;
case "65":
ret.Add(new LSL_Integer(land.ClaimDate));
break;
default:
ret.Add(new LSL_Integer(0));
break;