mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
[Hotfox] Compiling fails on FMT 9.1 with Bots (#2665)
This commit is contained in:
@@ -5487,7 +5487,7 @@ void bot_subcommand_bot_create(Client *c, const Seperator *sep)
|
|||||||
}
|
}
|
||||||
|
|
||||||
window_text.append(
|
window_text.append(
|
||||||
fmt::format(
|
fmt::format("{} {}",
|
||||||
class_substrs[i + 1],
|
class_substrs[i + 1],
|
||||||
(i + 1)
|
(i + 1)
|
||||||
)
|
)
|
||||||
@@ -5512,7 +5512,7 @@ void bot_subcommand_bot_create(Client *c, const Seperator *sep)
|
|||||||
}
|
}
|
||||||
|
|
||||||
window_text.append(
|
window_text.append(
|
||||||
fmt::format(
|
fmt::format("{}, {}",
|
||||||
race_substrs[i + 1],
|
race_substrs[i + 1],
|
||||||
race_values[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(message_separator);
|
||||||
|
|
||||||
window_text.append(
|
window_text.append(
|
||||||
fmt::format(
|
fmt::format("{}, {}",
|
||||||
gender_substrs[i],
|
gender_substrs[i],
|
||||||
i
|
i
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user