From 05e57055376d2772c53dc7b66ceeb4f1b91b396c Mon Sep 17 00:00:00 2001 From: Matt <33199242+Matt-Swift@users.noreply.github.com> Date: Fri, 29 Mar 2024 19:05:07 +0000 Subject: [PATCH] Update ReceiveCommands.cc --- src/ReceiveCommands.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ReceiveCommands.cc b/src/ReceiveCommands.cc index 22139448..f20fd62a 100644 --- a/src/ReceiveCommands.cc +++ b/src/ReceiveCommands.cc @@ -3862,7 +3862,7 @@ static void on_choice_search_t(shared_ptr c, const ChoiceSearchConfig& c string info_string = string_printf("%s Lv%zu\n%s\n", name_for_char_class(lp->disp.visual.char_class), static_cast(lp->disp.stats.level + 1), - abbreviation_for_section_id(lp->disp.visual.section_id)); + name_for_section_id(lp->disp.visual.section_id)); result.info_string.encode(info_string, c->language()); string location_string; if (l->is_game()) {