Core/Player: commented out functionality Player::ResetTalentSpecialization

This commit is contained in:
Ovahlord
2023-11-15 18:00:56 +01:00
parent c562d0c13a
commit e06fd6bd5a

View File

@@ -26106,6 +26106,7 @@ TalentLearnResult Player::LearnTalent(uint32 talentId, int32* spellOnCooldown)
void Player::ResetTalentSpecialization()
{
/*
// Reset only talents that have different spells for each spec
uint32 class_ = GetClass();
for (uint32 t = 0; t < MAX_TALENT_TIERS; ++t)
@@ -26126,6 +26127,7 @@ void Player::ResetTalentSpecialization()
SendTalentsInfoData();
UpdateItemSetAuras(false);
*/
}
TalentLearnResult Player::LearnPvpTalent(uint32 talentID, uint8 slot, int32* spellOnCooldown)