From 0b11340c4ec951b4458db3c60e3a161862531e0e Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Wed, 26 Jul 2017 00:58:46 -0400 Subject: [PATCH] Forgot show_name for mercs too --- zone/merc.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/zone/merc.cpp b/zone/merc.cpp index 80565c6b4..a3ff051f2 100644 --- a/zone/merc.cpp +++ b/zone/merc.cpp @@ -1211,6 +1211,7 @@ void Merc::FillSpawnStruct(NewSpawn_Struct* ns, Mob* ForWho) { ns->spawn.flymode = 0; ns->spawn.NPC = 1; // 0=player,1=npc,2=pc corpse,3=npc corpse ns->spawn.IsMercenary = 1; + ns->spawn.show_name = true; UpdateActiveLight(); ns->spawn.light = m_Light.Type[EQEmu::lightsource::LightActive];