mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-17 22:12:24 +00:00
[Cleanup] Add Entity ID to ShowStats() NPC display. (#1770)
This commit is contained in:
parent
0ebb1cc54c
commit
bf8a0328b3
@ -1708,8 +1708,9 @@ void Mob::ShowStats(Client* client)
|
||||
client->Message(
|
||||
Chat::White,
|
||||
fmt::format(
|
||||
"NPC | ID: {} Name: {}{} Level: {}",
|
||||
"NPC | ID: {} Entity ID: {} Name: {}{} Level: {}",
|
||||
target->GetNPCTypeID(),
|
||||
target->GetID(),
|
||||
target_name,
|
||||
(
|
||||
!target_last_name.empty() ?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user