mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 05:21:29 +00:00
[Hotfox] Compiling fails on FMT 9.1 with Bots (#2665)
This commit is contained in:
parent
c236c57a2c
commit
e811cb1e85
@ -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
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user