diff options
Diffstat (limited to 'indra/llcommon')
| -rw-r--r-- | indra/llcommon/indra_constants.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/indra/llcommon/indra_constants.h b/indra/llcommon/indra_constants.h index 4836d41fb3..6b75a720af 100644 --- a/indra/llcommon/indra_constants.h +++ b/indra/llcommon/indra_constants.h @@ -253,6 +253,10 @@ const U8 SIM_ACCESS_MAX 	= SIM_ACCESS_ADULT;  // group constants  const S32 MAX_AGENT_GROUPS = 25; +// attachment constants +const S32 MAX_AGENT_ATTACHMENTS = 38; +const U8  ATTACHMENT_ADD = 0x80; +  // god levels  const U8 GOD_MAINTENANCE = 250;  const U8 GOD_FULL = 200; | 
