mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 11:48:37 +00:00
[Cleanup] Remove Strings::Commify from all identifier values (#3528)
# Notes - Removes commification from unique identifiers.
This commit is contained in:
@@ -63,8 +63,8 @@ void command_spawneditmass(Client *c, const Seperator *sep)
|
||||
Chat::Yellow,
|
||||
fmt::format(
|
||||
"Spawn2 ID: {} NPC ID: {} Name: {} Respawn Time: {} ({})",
|
||||
Strings::Commify(spawn2_id),
|
||||
Strings::Commify(npc_id),
|
||||
spawn2_id,
|
||||
npc_id,
|
||||
npc_name,
|
||||
Strings::SecondsToTime(Strings::ToInt(respawn_time)),
|
||||
Strings::Commify(respawn_time)
|
||||
|
||||
Reference in New Issue
Block a user