diff --git a/zone/mob.cpp b/zone/mob.cpp index 204faa36d..3791b6ee1 100644 --- a/zone/mob.cpp +++ b/zone/mob.cpp @@ -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,