mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-29 05:11:55 +01:00
Core/Misc: Codestyle
This commit is contained in:
@@ -2722,7 +2722,7 @@ bool Player::AddTalent(TalentEntry const* talent, uint8 rank, uint8 talentGroupI
|
||||
{
|
||||
TC_LOG_ERROR("spells", "Player::AddTalent: Spell (ID: {}) does not exist", talent->SpellRank[rank]);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
if (!SpellMgr::IsSpellValid(spellInfo, this, false))
|
||||
{
|
||||
@@ -25407,7 +25407,6 @@ void Player::SetTitle(CharTitlesEntry const* title, bool lost)
|
||||
uint8 Player::GetRunesState() const
|
||||
{
|
||||
return 0;
|
||||
|
||||
//return uint8(m_runes->RuneState & ((1 << GetMaxPower(POWER_RUNES)) - 1));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user