mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
[Cleanup] Remove Strings::Commify from all identifier values (#3528)
# Notes - Removes commification from unique identifiers.
This commit is contained in:
@@ -27,7 +27,7 @@ void ShowRecipe(Client *c, const Seperator *sep)
|
||||
Chat::White,
|
||||
fmt::format(
|
||||
"Recipe ID {} has no entries or could not be found.",
|
||||
Strings::Commify(recipe_id)
|
||||
recipe_id
|
||||
).c_str()
|
||||
);
|
||||
return;
|
||||
@@ -37,7 +37,7 @@ void ShowRecipe(Client *c, const Seperator *sep)
|
||||
Chat::White,
|
||||
fmt::format(
|
||||
"Recipe {} | {}",
|
||||
Strings::Commify(recipe_id),
|
||||
recipe_id,
|
||||
r[0].name
|
||||
).c_str()
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user