forked from kyonshi/grenzland-mud
[Jan 06 2008] - Rumble
Removed break in oedit_disp_val1_menu ITEM_NOTE that caused a delay. (thanks Rhade) Fixed tlist when specifying a range. (thanks Rhade)
This commit is contained in:
@@ -943,8 +943,7 @@ void do_stat_character(struct char_data *ch, struct char_data *k)
|
||||
if (aff->modifier)
|
||||
send_to_char(ch, ", ");
|
||||
|
||||
strcpy(buf, affected_bits[aff->bitvector]);
|
||||
send_to_char(ch, "sets %s", buf);
|
||||
send_to_char(ch, "sets %s", affected_bits[aff->bitvector]);
|
||||
}
|
||||
send_to_char(ch, "\r\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user