Update ReceiveCommands.cc

This commit is contained in:
Matt
2024-03-29 19:05:07 +00:00
committed by Martin Michelsen
parent 24e48b1abd
commit 05e5705537
+1 -1
View File
@@ -3862,7 +3862,7 @@ static void on_choice_search_t(shared_ptr<Client> 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<size_t>(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()) {