Core/DataStores: updated hardcoded empty anim state Id to fix a client crash on login

This commit is contained in:
Ovahlord
2024-03-14 12:10:10 +01:00
parent c48adeb94d
commit d27f8db0e0

View File

@@ -1821,7 +1821,7 @@ std::vector<DB2Manager::HotfixOptionalData> const* DB2Manager::GetHotfixOptional
uint32 DB2Manager::GetEmptyAnimStateID() const
{
//return sAnimationDataStore.GetNumRows();
return 1776; // the Classic client expects the retail storage size so we have to hardcode the value
return 1778; // the Classic client expects the retail storage size so we have to hardcode the value
}
void DB2Manager::InsertNewHotfix(uint32 tableHash, uint32 recordId)