mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
[Cleanup] Remove Strings::Commify from all identifier values (#3528)
# Notes - Removes commification from unique identifiers.
This commit is contained in:
@@ -25,7 +25,7 @@ void command_npcedit(Client *c, const Seperator *sep)
|
||||
auto npc_id = t->GetNPCTypeID();
|
||||
auto npc_id_string = fmt::format(
|
||||
"NPC ID {}",
|
||||
Strings::Commify(std::to_string(npc_id))
|
||||
npc_id
|
||||
);
|
||||
|
||||
auto n = NpcTypesRepository::FindOne(content_db, npc_id);
|
||||
|
||||
Reference in New Issue
Block a user