diff --git a/zone/bot_command.cpp b/zone/bot_command.cpp index 4a17aeb9b..331deaecd 100644 --- a/zone/bot_command.cpp +++ b/zone/bot_command.cpp @@ -5487,7 +5487,7 @@ void bot_subcommand_bot_create(Client *c, const Seperator *sep) } window_text.append( - fmt::format( + fmt::format("{} {}", class_substrs[i + 1], (i + 1) ) @@ -5512,7 +5512,7 @@ void bot_subcommand_bot_create(Client *c, const Seperator *sep) } window_text.append( - fmt::format( + fmt::format("{}, {}", race_substrs[i + 1], race_values[i + 1] ) @@ -5531,7 +5531,7 @@ void bot_subcommand_bot_create(Client *c, const Seperator *sep) window_text.append(message_separator); window_text.append( - fmt::format( + fmt::format("{}, {}", gender_substrs[i], i )