BUG mud.h in Channel bits.
< Newer Topic
:: Older Topic >
Pages:<< prev 1 next >>
#1 Nov 3, 2011 11:15 pm
Magician
GroupMembers
Posts239
JoinedJun 13, 2008
In the defines for the channel bits, BV 27 is used twice.
CHANNEL_SPORTS should be BV28 even if CHANNEL_103 isn't used currently.
Below is the original defines:
ayuri
CHANNEL_SPORTS should be BV28 even if CHANNEL_103 isn't used currently.
Below is the original defines:
#define CHANNEL_AUCTION BV00 #define CHANNEL_CHAT BV01 #define CHANNEL_QUEST BV02 #define CHANNEL_IMMTALK BV03 #define CHANNEL_MUSIC BV04 #define CHANNEL_ASK BV05 #define CHANNEL_SHOUT BV06 #define CHANNEL_YELL BV07 #define CHANNEL_MONITOR BV08 #define CHANNEL_LOG BV09 #define CHANNEL_104 BV10 #define CHANNEL_CLAN BV11 #define CHANNEL_BUILD BV12 #define CHANNEL_105 BV13 #define CHANNEL_AVTALK BV14 #define CHANNEL_PRAY BV15 #define CHANNEL_COUNCIL BV16 #define CHANNEL_GUILD BV17 #define CHANNEL_COMM BV18 #define CHANNEL_TELLS BV19 #define CHANNEL_ORDER BV20 #define CHANNEL_NEWBIE BV21 #define CHANNEL_WARTALK BV22 #define CHANNEL_OOC BV23 #define CHANNEL_SHIP BV24 #define CHANNEL_SYSTEM BV25 #define CHANNEL_SPACE BV26 #define CHANNEL_103 BV27 #define CHANNEL_SPORTS BV27 #define CHANNEL_HOLONET BV31
ayuri
Pages:<< prev 1 next >>