dotd-2.3.7/area/
dotd-2.3.7/clans/
dotd-2.3.7/classes/
dotd-2.3.7/councils/
dotd-2.3.7/deity/
dotd-2.3.7/dict/
dotd-2.3.7/doc/mudprogs/
dotd-2.3.7/player/a/
dotd-2.3.7/player/g/
ResortMud 4.0b Intermud-3
-------------------------

NOTE: Unless the IMC2 2.00g code is either removed, or upgraded to the
      IMC2 3.00 MUD-Net code, DO NOT apply the I3 code to this codebase.
      The memory handlers in old versions of IMC2 are broken and cause crashes.

In i3cfg.h, in the #ifdef I3SMAUG section:

Find:
   #define CH_CLANLEADRANK(ch) ((ch)->pcdata->clan->leadrank)
   #define CH_CLANONERANK(ch)  ((ch)->pcdata->clan->onerank)
   #define CH_CLANTWORANK(ch)  ((ch)->pcdata->clan->tworank)
Replace with:
   #define CH_CLANLEADRANK(ch) ( "Leader" )
   #define CH_CLANONERANK(ch)  ( "First Officer" )
   #define CH_CLANTWORANK(ch)  ( "Second Officer" )