From bd1065156ed29c3e10b6bef88ec4637d5eb8b243 Mon Sep 17 00:00:00 2001 From: maximius Date: Sat, 21 Nov 2009 05:01:03 -0800 Subject: *Copy and paste woes D: --HG-- branch : trunk --- src/game/Player.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/Player.cpp') diff --git a/src/game/Player.cpp b/src/game/Player.cpp index 1d86e6b45b2..ba1547b2219 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -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) { -- cgit v1.2.3