Core/Creature: Added TitleAlt to creature_template

This commit is contained in:
joschiwald
2018-01-05 16:46:51 +01:00
parent 739b5309bf
commit 0d1e251e32
5 changed files with 67 additions and 63 deletions

View File

@@ -109,7 +109,7 @@ void WorldSession::HandleCreatureQuery(WorldPackets::Query::QueryCreature& packe
stats.VignetteID = creatureInfo->VignetteID;
stats.Title = creatureInfo->SubName;
//stats.TitleAlt = ;
stats.TitleAlt = creatureInfo->TitleAlt;
stats.CursorName = creatureInfo->IconName;
if (std::vector<uint32> const* items = sObjectMgr->GetCreatureQuestItemList(packet.CreatureID))