diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcommon/roles_constants.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/llcommon/roles_constants.h b/linden/indra/llcommon/roles_constants.h index 854a153..7c5ebdc 100644 --- a/linden/indra/llcommon/roles_constants.h +++ b/linden/indra/llcommon/roles_constants.h | |||
@@ -34,7 +34,7 @@ | |||
34 | #define LL_ROLES_CONSTANTS_H | 34 | #define LL_ROLES_CONSTANTS_H |
35 | 35 | ||
36 | // This value includes the everyone group. | 36 | // This value includes the everyone group. |
37 | const S32 MAX_ROLES = 10; | 37 | const S32 MAX_ROLES = 25; |
38 | 38 | ||
39 | enum LLRoleMemberChangeType | 39 | enum LLRoleMemberChangeType |
40 | { | 40 | { |
@@ -89,7 +89,7 @@ const U64 GP_GROUP_CHANGE_IDENTITY = 0x1 << 11; // Charter, insignia, 'Show In G | |||
89 | 89 | ||
90 | // Parcel Management | 90 | // Parcel Management |
91 | const U64 GP_LAND_DEED = 0x1 << 12; // Deed Land and Buy Land for Group | 91 | const U64 GP_LAND_DEED = 0x1 << 12; // Deed Land and Buy Land for Group |
92 | const U64 GP_LAND_RELEASE = 0x1 << 13; // Release Land (to Gov. Linden) | 92 | const U64 GP_LAND_RELEASE = 0x1 << 13; // Release Land (abandon it back to the grid owners) |
93 | const U64 GP_LAND_SET_SALE_INFO = 0x1 << 14; // Set for sale info (Toggle "For Sale", Set Price, Set Target, Toggle "Sell objects with the land") | 93 | const U64 GP_LAND_SET_SALE_INFO = 0x1 << 14; // Set for sale info (Toggle "For Sale", Set Price, Set Target, Toggle "Sell objects with the land") |
94 | const U64 GP_LAND_DIVIDE_JOIN = 0x1 << 15; // Divide and Join Parcels | 94 | const U64 GP_LAND_DIVIDE_JOIN = 0x1 << 15; // Divide and Join Parcels |
95 | 95 | ||
@@ -126,7 +126,7 @@ const U64 GP_LAND_RETURN = GP_LAND_RETURN_GROUP_OWNED | |||
126 | | GP_LAND_RETURN_GROUP_SET | 126 | | GP_LAND_RETURN_GROUP_SET |
127 | | GP_LAND_RETURN_NON_GROUP; | 127 | | GP_LAND_RETURN_NON_GROUP; |
128 | 128 | ||
129 | const U64 GP_LAND_GARDENING = 0x1LL << 35; // Parcel Gardening - plant and move linden trees | 129 | const U64 GP_LAND_GARDENING = 0x1LL << 35; // Parcel Gardening - plant and move tree prims |
130 | 130 | ||
131 | // Object Management | 131 | // Object Management |
132 | const U64 GP_OBJECT_DEED = 0x1LL << 36; // Deed Object | 132 | const U64 GP_OBJECT_DEED = 0x1LL << 36; // Deed Object |