From 08dd8adc3d12abdca430b6a1ea9c570258b4e655 Mon Sep 17 00:00:00 2001 From: David Seikel Date: Tue, 8 Feb 2011 20:09:17 +1000 Subject: For meta7 - while LL reserves the first 5 estate numbers for it's own use, we never did that here in meta7. This causes a problem, since LL based viewers react differently to those first 5 estates. In particular there are dire warnings and greyed out widgets in the estate access tools. In meta7 there are now 2 active estates with numbers in the 1 to 5 range that are just ordinary estates, but their owners can't unban residents. The server developers never gave me an answer about wether just renumbering the estates would cause any problems. So I'll fix this in the meta7 viewer. These sorts of things should be server side enforced policy anyway. This may break LL TPV, but meta7 does not care about some other grids policies. --- linden/indra/llmessage/llregionflags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linden') diff --git a/linden/indra/llmessage/llregionflags.h b/linden/indra/llmessage/llregionflags.h index 2324785..fd6d0a3 100644 --- a/linden/indra/llmessage/llregionflags.h +++ b/linden/indra/llmessage/llregionflags.h @@ -144,7 +144,7 @@ const U32 ESTATE_ORIENTATION = 2; const U32 ESTATE_INTERNAL = 3; const U32 ESTATE_SHOWCASE = 4; const U32 ESTATE_TEEN = 5; -const U32 ESTATE_LAST_LINDEN = 5; // last linden owned/managed estate +const U32 ESTATE_LAST_LINDEN = 1; // last linden owned/managed estate // for EstateOwnerRequest, setaccess message const U32 ESTATE_ACCESS_ALLOWED_AGENTS = 1 << 0; -- cgit v1.1