Accounts update 1

This commit is contained in:
kinther 2025-12-26 09:58:06 -08:00
parent c3db46da13
commit 76513050cb
20 changed files with 626 additions and 147 deletions

View file

@ -992,8 +992,8 @@ void extract_char_final(struct char_data *ch)
if (GET_POS(ch) == POS_DEAD) {
STATE(ch->desc) = CON_CLOSE;
} else {
STATE(ch->desc) = CON_MENU;
write_to_output(ch->desc, "%s", CONFIG_MENU);
STATE(ch->desc) = CON_ACCOUNT_MENU;
send_account_menu(ch->desc);
}
}
}