mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
Core/DataStores: Update DBC field names to generated ones (#24999)
This commit is contained in:
committed by
GitHub
parent
3529442668
commit
c92950b3e1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user