diff options
author | Roxie Linden <roxie@lindenlab.com> | 2010-09-15 15:40:29 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2010-09-15 15:40:29 -0700 |
commit | ec57776a23f36a9df02ee614c4f0ef20fcea0c7c (patch) | |
tree | f70a526d2269700d652e5cb620c66fc09519425c /indra/llcommon/roles_constants.h | |
parent | 9184dfd9bd150ab0961e859e73a519fe9f0154a1 (diff) |
Add role action to allow hosting of events on group land
Diffstat (limited to 'indra/llcommon/roles_constants.h')
-rw-r--r-- | indra/llcommon/roles_constants.h | 3 |
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 |