mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
[Cleanup] Remove Strings::Commify from all identifier values (#3528)
# Notes - Removes commification from unique identifiers.
This commit is contained in:
@@ -63,7 +63,7 @@ void ShowZoneLoot(Client *c, const Seperator *sep)
|
||||
"{}. {} ({}) {}",
|
||||
loot_number,
|
||||
linker.GenerateLink(),
|
||||
Strings::Commify(i->item_id),
|
||||
i->item_id,
|
||||
npc_link
|
||||
).c_str()
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user