From 2350ef3e339826ac4fbf6843ae162bb17180649c Mon Sep 17 00:00:00 2001 From: David Seikel Date: Thu, 3 Mar 2011 21:50:52 +1000 Subject: Ingrease maximum group roles to 25. --- linden/indra/llcommon/roles_constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linden/indra/llcommon/roles_constants.h b/linden/indra/llcommon/roles_constants.h index b3107e7..7c5ebdc 100644 --- a/linden/indra/llcommon/roles_constants.h +++ b/linden/indra/llcommon/roles_constants.h @@ -34,7 +34,7 @@ #define LL_ROLES_CONSTANTS_H // This value includes the everyone group. -const S32 MAX_ROLES = 10; +const S32 MAX_ROLES = 25; enum LLRoleMemberChangeType { -- cgit v1.1