diff options
author | andreykproductengine <none@none> | 2015-07-03 15:20:39 +0300 |
---|---|---|
committer | andreykproductengine <none@none> | 2015-07-03 15:20:39 +0300 |
commit | cff5f2a92412dd094e335a17b7957b0270600371 (patch) | |
tree | fa40ea8ef119e8f6564cf2d1b751107556db180d /indra/newview/roles_constants.h | |
parent | c148c1d6d904785db0b8df09038be0184faa0317 (diff) | |
parent | 4aa64b99dbe6cafdccf0c25501feaef5ba3445c4 (diff) |
Merge from viewer-relese 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. |