Core/Quests: Ported quest greeting locales

Core/Misc: Misc fixes
This commit is contained in:
hondacrx
2018-04-27 15:09:38 -04:00
parent b6c8761d0a
commit 1106aa3659
10 changed files with 144 additions and 67 deletions
+1 -1
View File
@@ -3132,7 +3132,7 @@ namespace Game.Entities
public uint GetModelForTotem(uint spellId, Race race)
{
return mSpellTotemModel.LookupByKey(Tuple.Create(spellId, race));
return mSpellTotemModel.LookupByKey(Tuple.Create(spellId, (byte)race));
}
#region Fields