mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 00:06:36 +00:00
[Cleanup] Remove Strings::Commify from all identifier values (#3528)
# Notes - Removes commification from unique identifiers.
This commit is contained in:
@@ -104,7 +104,7 @@ void FindItem(Client *c, const Seperator *sep)
|
||||
"{} | {} ({})",
|
||||
summon_links,
|
||||
database.CreateItemLink(e),
|
||||
Strings::Commify(item->ID)
|
||||
item->ID
|
||||
).c_str()
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user