mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
[Bug Fix] #npcstats command displaying incorrect faction (#2710)
This commit is contained in:
+1
-1
@@ -1693,7 +1693,7 @@ void Mob::ShowStats(Client* client)
|
||||
|
||||
// Faction
|
||||
if (target->GetNPCFactionID()) {
|
||||
auto faction_id = target->GetNPCFactionID();
|
||||
auto faction_id = target->GetPrimaryFaction();
|
||||
auto faction_name = content_db.GetFactionName(faction_id);
|
||||
client->Message(
|
||||
Chat::White,
|
||||
|
||||
Reference in New Issue
Block a user