Core/DataStores: Update DBC field names to generated ones (#24999)

This commit is contained in:
Peter Keresztes Schmidt
2020-07-12 15:36:55 +02:00
committed by GitHub
parent 3529442668
commit c92950b3e1
105 changed files with 2268 additions and 2246 deletions

View File

@@ -142,7 +142,7 @@ bool CharacterDatabaseCleaner::TalentCheck(uint32 talent_id)
if (!talentInfo)
return false;
return sTalentTabStore.LookupEntry(talentInfo->TalentTab) != nullptr;
return sTalentTabStore.LookupEntry(talentInfo->TabID) != nullptr;
}
void CharacterDatabaseCleaner::CleanCharacterTalent()