mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-25 00:34:05 +01:00
[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:
parent
b8bf900585
commit
f8576c63d7
6 changed files with 13 additions and 8 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue