[Cleanup] Add Entity ID to ShowStats() NPC display. (#1770)

This commit is contained in:
Kinglykrab 2021-11-15 18:19:42 -05:00 committed by GitHub
parent 0ebb1cc54c
commit bf8a0328b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1708,8 +1708,9 @@ void Mob::ShowStats(Client* client)
client->Message( client->Message(
Chat::White, Chat::White,
fmt::format( fmt::format(
"NPC | ID: {} Name: {}{} Level: {}", "NPC | ID: {} Entity ID: {} Name: {}{} Level: {}",
target->GetNPCTypeID(), target->GetNPCTypeID(),
target->GetID(),
target_name, target_name,
( (
!target_last_name.empty() ? !target_last_name.empty() ?