mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-01 19:56:38 +00:00
[Cleanup] Remove Strings::Commify from all identifier values (#3528)
# Notes - Removes commification from unique identifiers.
This commit is contained in:
@@ -26,7 +26,7 @@ void ShowGroupInfo(Client *c, const Seperator *sep)
|
||||
|
||||
popup_table += DialogueWindow::TableRow(
|
||||
DialogueWindow::TableCell("Group ID") +
|
||||
DialogueWindow::TableCell(Strings::Commify(g->GetID()))
|
||||
DialogueWindow::TableCell(std::to_string(g->GetID()))
|
||||
);
|
||||
|
||||
popup_table += DialogueWindow::TableRow(
|
||||
|
||||
Reference in New Issue
Block a user