From a0cfba5b3eef866b826d66bb752e55a3bd8147da Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Mon, 24 Jul 2017 12:32:58 -0400 Subject: [PATCH] Fix show_name for bots --- zone/bot.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/zone/bot.cpp b/zone/bot.cpp index f5a9285a3..c78c41d62 100644 --- a/zone/bot.cpp +++ b/zone/bot.cpp @@ -2929,6 +2929,7 @@ void Bot::FillSpawnStruct(NewSpawn_Struct* ns, Mob* ForWho) { ns->spawn.light = m_Light.Type[EQEmu::lightsource::LightActive]; ns->spawn.helm = helmtexture; //(GetShowHelm() ? helmtexture : 0); //0xFF; ns->spawn.equip_chest2 = texture; //0xFF; + ns->spawn.show_name = true; const EQEmu::ItemData* item = nullptr; const EQEmu::ItemInstance* inst = nullptr; uint32 spawnedbotid = 0;