I just hand patched a arena patch and i get the following error in fight.c
fight.c: in function 'die':
fight.c:341: too few arguments to function 'raw_kill'
here is how the code is setup.
void die(struct char_data * ch, struct char_data * killer)
{
gain_exp(ch, -(GET_EXP(ch) >> 1));
if (!IS_NPC(ch) && ROOM_FLAGGED(ch->in_room, ROOM_ARENA))
arena_kill(ch);
else {
REMOVE_BIT(PLR_FLAGS(ch), PLR_KILLER | PLR_THIEF);
raw_kill(ch);
}
}
+------------------------------------------------------------+
| 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