summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorRoxie Linden <roxie@lindenlab.com>2010-10-15 13:35:57 -0700
committerRoxie Linden <roxie@lindenlab.com>2010-10-15 13:35:57 -0700
commitf34dbf937de2cb02d4d01ebb50f54bca6e92393d (patch)
tree1b960c440c0cca7dbda8a89a2a8f53fad1782633 /indra/llcommon
parent8158c5637a9ad83a7b36b104116c37390b57c7ab (diff)
parent8766f321d83cd264e002bef10ce7a4042c831617 (diff)
automated merge
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/roles_constants.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llcommon/roles_constants.h b/indra/llcommon/roles_constants.h
index 70bca821c7..effd15ea72 100644
--- a/indra/llcommon/roles_constants.h
+++ b/indra/llcommon/roles_constants.h
@@ -52,7 +52,6 @@ enum LLRoleChangeType
//
// KNOWN HOLES: use these for any single bit powers you need
-// bit 0x1 << 41
// bit 0x1 << 46
// bit 0x1 << 49 and above
@@ -103,6 +102,8 @@ const U64 GP_LAND_ALLOW_FLY = 0x1 << 24; // Bypass Fly Restriction
const U64 GP_LAND_ALLOW_CREATE = 0x1 << 25; // Bypass Create/Edit Objects Restriction
const U64 GP_LAND_ALLOW_LANDMARK = 0x1 << 26; // Bypass Landmark Restriction
const U64 GP_LAND_ALLOW_SET_HOME = 0x1 << 28; // Bypass Set Home Point Restriction
+const U64 GP_LAND_ALLOW_HOLD_EVENT = 0x1LL << 41; // Allowed to hold events on group-owned land
+
// Parcel Access
const U64 GP_LAND_MANAGE_ALLOWED = 0x1 << 29; // Manage Allowed List