> interpreter.c:1302: duplicate case value > interpreter.c:1297: this is the first entry for that value > > Here are the lines its complaing about > > --snip-- > case CON_CLAN_EDIT: > parse_clan_edit(d, arg); > break; > > /*. OLC states .*/ > case CON_OEDIT: > oedit_parse(d, arg); > break; > --snip-- > I'd bet that the CON_OEDIT and CON_CLAN_EDIT are the same number... grep for CON_CLAN_EDIT, and change it to the next free CON type. PjD +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST