aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden
diff options
context:
space:
mode:
authorDavid Seikel2011-02-10 15:12:59 +1000
committerDavid Seikel2011-02-10 15:12:59 +1000
commit818d8f595dce4e0c6d024073e401eea6e5000e4d (patch)
tree5c3fe31d28e0eb1433763de26afd4e5977781b10 /linden
parentSeems we need to hard code the meta7 tag colours. Also did the Imprudence co... (diff)
downloadmeta-impy-818d8f595dce4e0c6d024073e401eea6e5000e4d.zip
meta-impy-818d8f595dce4e0c6d024073e401eea6e5000e4d.tar.gz
meta-impy-818d8f595dce4e0c6d024073e401eea6e5000e4d.tar.bz2
meta-impy-818d8f595dce4e0c6d024073e401eea6e5000e4d.tar.xz
Revert "For meta7 - while LL reserves the first 5 estate numbers for it's own use, we never did that here in meta7."
This should have been in the weekly branch. This reverts commit 08dd8adc3d12abdca430b6a1ea9c570258b4e655.
Diffstat (limited to 'linden')
-rw-r--r--linden/indra/llmessage/llregionflags.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmessage/llregionflags.h b/linden/indra/llmessage/llregionflags.h
index fd6d0a3..2324785 100644
--- a/linden/indra/llmessage/llregionflags.h
+++ b/linden/indra/llmessage/llregionflags.h
@@ -144,7 +144,7 @@ const U32 ESTATE_ORIENTATION = 2;
144const U32 ESTATE_INTERNAL = 3; 144const U32 ESTATE_INTERNAL = 3;
145const U32 ESTATE_SHOWCASE = 4; 145const U32 ESTATE_SHOWCASE = 4;
146const U32 ESTATE_TEEN = 5; 146const U32 ESTATE_TEEN = 5;
147const U32 ESTATE_LAST_LINDEN = 1; // last linden owned/managed estate 147const U32 ESTATE_LAST_LINDEN = 5; // last linden owned/managed estate
148 148
149// for EstateOwnerRequest, setaccess message 149// for EstateOwnerRequest, setaccess message
150const U32 ESTATE_ACCESS_ALLOWED_AGENTS = 1 << 0; 150const U32 ESTATE_ACCESS_ALLOWED_AGENTS = 1 << 0;