mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-22 03:18:22 +00:00
Remove plural on ^spelltypeidsand ^spelltypenames
This commit is contained in:
@@ -2143,7 +2143,6 @@ void SendSpellTypeWindow(Client* c, const Seperator* sep) {
|
|||||||
|
|
||||||
std::string fillerLine = "-----------";
|
std::string fillerLine = "-----------";
|
||||||
std::string spellTypeField = "Spell Type";
|
std::string spellTypeField = "Spell Type";
|
||||||
std::string pluralS = "s";
|
|
||||||
std::string idField = "ID";
|
std::string idField = "ID";
|
||||||
std::string shortnameField = "Short Name";
|
std::string shortnameField = "Short Name";
|
||||||
|
|
||||||
@@ -2185,9 +2184,8 @@ void SendSpellTypeWindow(Client* c, const Seperator* sep) {
|
|||||||
popup_text += DialogueWindow::TableRow(
|
popup_text += DialogueWindow::TableRow(
|
||||||
DialogueWindow::TableCell(
|
DialogueWindow::TableCell(
|
||||||
fmt::format(
|
fmt::format(
|
||||||
"{}{}",
|
"{}",
|
||||||
DialogueWindow::ColorMessage(forest_green, c->GetSpellTypeNameByID(i)),
|
DialogueWindow::ColorMessage(forest_green, c->GetSpellTypeNameByID(i))
|
||||||
DialogueWindow::ColorMessage(forest_green, pluralS)
|
|
||||||
)
|
)
|
||||||
) +
|
) +
|
||||||
DialogueWindow::TableCell(
|
DialogueWindow::TableCell(
|
||||||
|
|||||||
Reference in New Issue
Block a user