summaryrefslogtreecommitdiff
path: root/indra/newview/roles_constants.h
diff options
context:
space:
mode:
authorcallum_linden <none@none>2015-06-30 11:51:58 -0700
committercallum_linden <none@none>2015-06-30 11:51:58 -0700
commit8eb7e9d9522f598321e1f8cba5ab8166a52c5bcb (patch)
treee24f1b1735f17968410704e56d0e043fb143aafe /indra/newview/roles_constants.h
parentf7908a50294adff3456436074075a677a9c6239b (diff)
parent4aa64b99dbe6cafdccf0c25501feaef5ba3445c4 (diff)
Merge with head of viewer-release
Diffstat (limited to 'indra/newview/roles_constants.h')
-rw-r--r--indra/newview/roles_constants.h3
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.