[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:
Rumble 2008-07-07 22:59:20 +00:00
parent 2053b2d4a8
commit b124dd3cb2
4 changed files with 12 additions and 4 deletions

View file

@ -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));