Core/Misc: Fixed animation issues after 8.3.0

Port From (https://github.com/TrinityCore/TrinityCore/commit/)
This commit is contained in:
hondacrx
2020-04-24 23:59:32 -04:00
parent 7d58d36c36
commit 25feacd08e
4 changed files with 12 additions and 5 deletions
+7
View File
@@ -732,6 +732,13 @@ namespace Game.DataStorage
return _hotfixBlob.LookupByKey(Tuple.Create(tableHash, recordId));
}
public uint GetEmptyAnimStateID()
{
return 1484;
// TEMP: well... AnimationData.db2 in 8.3.0 has more rows than max hardcoded anim id in client
// return sAnimationDataStore.GetNumRows();
}
public List<uint> GetAreasForGroup(uint areaGroupId)
{
return _areaGroupMembers.LookupByKey(areaGroupId);