diff options
author | David Seikel | 2011-02-08 22:48:02 +1000 |
---|---|---|
committer | David Seikel | 2011-02-08 22:48:02 +1000 |
commit | 85bdc8248341f3187adec78cdbd4c2650df754a8 (patch) | |
tree | bb700a70648cbcb484668dc634b5fadbe2a1a3ff /linden | |
parent | Artwork and font files in the repo now. (diff) | |
parent | For meta7 - while LL reserves the first 5 estate numbers for it's own use, we... (diff) | |
download | meta-impy-85bdc8248341f3187adec78cdbd4c2650df754a8.zip meta-impy-85bdc8248341f3187adec78cdbd4c2650df754a8.tar.gz meta-impy-85bdc8248341f3187adec78cdbd4c2650df754a8.tar.bz2 meta-impy-85bdc8248341f3187adec78cdbd4c2650df754a8.tar.xz |
Merge branch 'branding' of github.com:onefang/meta-impy into branding
Diffstat (limited to 'linden')
-rw-r--r-- | linden/indra/llmessage/llregionflags.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; | |||
144 | const U32 ESTATE_INTERNAL = 3; | 144 | const U32 ESTATE_INTERNAL = 3; |
145 | const U32 ESTATE_SHOWCASE = 4; | 145 | const U32 ESTATE_SHOWCASE = 4; |
146 | const U32 ESTATE_TEEN = 5; | 146 | const U32 ESTATE_TEEN = 5; |
147 | const U32 ESTATE_LAST_LINDEN = 5; // last linden owned/managed estate | 147 | const U32 ESTATE_LAST_LINDEN = 1; // last linden owned/managed estate |
148 | 148 | ||
149 | // for EstateOwnerRequest, setaccess message | 149 | // for EstateOwnerRequest, setaccess message |
150 | const U32 ESTATE_ACCESS_ALLOWED_AGENTS = 1 << 0; | 150 | const U32 ESTATE_ACCESS_ALLOWED_AGENTS = 1 << 0; |