Core/Creature: Added TitleAlt to creature_template

This commit is contained in:
hondacrx
2018-01-05 12:22:12 -05:00
parent 387568b863
commit 2a89913879
6 changed files with 70 additions and 64 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ namespace Game
stats.VignetteID = creatureInfo.VignetteID;
stats.Title = creatureInfo.SubName;
//stats.TitleAlt = ;
stats.TitleAlt = creatureInfo.TitleAlt;
stats.CursorName = creatureInfo.IconName;
var items = Global.ObjectMgr.GetCreatureQuestItemList(packet.CreatureID);