diff options
author | andreykproductengine <akleshchev@productengine.com> | 2015-07-02 16:26:17 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2015-07-02 16:26:17 +0300 |
commit | 8e2ec992d0bc937f72f6a1e96592f32798daac29 (patch) | |
tree | b106227140e23c7ff66e7ac15c85877394a0b580 /indra/newview/roles_constants.h | |
parent | 79f1e2178828a3e7c1738d8e0682d795aeb240bf (diff) | |
parent | 4aa64b99dbe6cafdccf0c25501feaef5ba3445c4 (diff) |
Merge downstream code and become version 3.8.1
Diffstat (limited to 'indra/newview/roles_constants.h')
-rw-r--r-- | indra/newview/roles_constants.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/roles_constants.h b/indra/newview/roles_constants.h index 8fd7978fa1..24792dd731 100644 --- a/indra/newview/roles_constants.h +++ b/indra/newview/roles_constants.h @@ -145,6 +145,9 @@ const U64 GP_SESSION_JOIN = 0x1LL << 16; //can join session const U64 GP_SESSION_VOICE = 0x1LL << 27; //can hear/talk const U64 GP_SESSION_MODERATOR = 0x1LL << 37; //can mute people's session +const U64 GP_EXPERIENCE_ADMIN = 0x1LL << 49; // has admin rights to any experiences owned by this group +const U64 GP_EXPERIENCE_CREATOR = 0x1LL << 50; // can sign scripts for experiences owned by this group + // Group Banning const U64 GP_GROUP_BAN_ACCESS = 0x1LL << 51; // Allows access to ban / un-ban agents from a group. |