mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-26 10:56:09 +01:00
[Jul 08 2008] - Rumble
Removed duplicate questpoints listing in stat char. (thanks Mirad) Fix to qedit for deleting all quests. (thanks Jamdog) [Jul 06 2008] - Rumble Changed sedit no trade with from undefined to nobits. (thanks Mirad)
This commit is contained in:
parent
2053b2d4a8
commit
b124dd3cb2
4 changed files with 12 additions and 4 deletions
|
|
@ -792,7 +792,7 @@ static void do_stat_character(struct char_data *ch, struct char_data *k)
|
|||
GET_GOLD(k), GET_BANK_GOLD(k), GET_GOLD(k) + GET_BANK_GOLD(k));
|
||||
|
||||
if (!IS_NPC(k))
|
||||
send_to_char(ch, "Questpoints: [%d] Screen %s[%s%d%sx%s%d%s]%s\r\n", GET_QUESTPOINTS(k),
|
||||
send_to_char(ch, "Screen %s[%s%d%sx%s%d%s]%s\r\n",
|
||||
CCCYN(ch, C_NRM), CCYEL(ch, C_NRM), GET_SCREEN_WIDTH(k), CCNRM(ch, C_NRM),
|
||||
CCYEL(ch, C_NRM), GET_PAGE_LENGTH(k), CCCYN(ch, C_NRM), CCNRM(ch, C_NRM));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue