diff options
Diffstat (limited to 'linden/indra/llmessage/llregionflags.h')
-rw-r--r-- | linden/indra/llmessage/llregionflags.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llmessage/llregionflags.h b/linden/indra/llmessage/llregionflags.h index 1675478..af010ae 100644 --- a/linden/indra/llmessage/llregionflags.h +++ b/linden/indra/llmessage/llregionflags.h | |||
@@ -94,8 +94,8 @@ const U32 REGION_FLAGS_ABUSE_EMAIL_TO_ESTATE_OWNER = (1 << 27); | |||
94 | const U32 REGION_FLAGS_ALLOW_VOICE = (1 << 28); | 94 | const U32 REGION_FLAGS_ALLOW_VOICE = (1 << 28); |
95 | 95 | ||
96 | const U32 REGION_FLAGS_BLOCK_PARCEL_SEARCH = (1 << 29); | 96 | const U32 REGION_FLAGS_BLOCK_PARCEL_SEARCH = (1 << 29); |
97 | const U32 REGION_FLAGS_DENY_AGEUNVERIFIED = (1 << 30); | 97 | const U32 REGION_FLAGS_DENY_AGEUNVERIFIED = (1 << 30); |
98 | 98 | const U32 REGION_FLAGS_SKIP_MONO_SCRIPTS = (1 << 31); | |
99 | 99 | ||
100 | const U32 REGION_FLAGS_DEFAULT = REGION_FLAGS_ALLOW_LANDMARK | | 100 | const U32 REGION_FLAGS_DEFAULT = REGION_FLAGS_ALLOW_LANDMARK | |
101 | REGION_FLAGS_ALLOW_SET_HOME | | 101 | REGION_FLAGS_ALLOW_SET_HOME | |