*The typos will never cease :'(. Also, 32e347321fb9 was a merge of SD2 r1492.

--HG--
branch : trunk
This commit is contained in:
maximius
2009-11-21 05:13:19 -08:00
parent bd1065156e
commit 2e256f44db

View File

@@ -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)
{