mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
*The typos will never cease :'(. Also, 32e347321fb9 was a merge of SD2 r1492.
--HG-- branch : trunk
This commit is contained in:
@@ -3792,7 +3792,7 @@ bool Player::resetTalents(bool no_cost)
|
||||
*/
|
||||
|
||||
PlayerTalentMap::iterator plrTalent = m_talents[m_activeSpec]->find(talentInfo->TalentID);
|
||||
if (plrTalent != m_talents[m_activeSpec]->end( || m_talents[m_activeSpec]->empty())
|
||||
if (plrTalent != m_talents[m_activeSpec]->end() || m_talents[m_activeSpec]->empty())
|
||||
{
|
||||
for (int8 rank = MAX_TALENT_RANK-1; rank >= 0; --rank)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user