diff options
author | maximius <none@none> | 2009-11-21 05:13:19 -0800 |
---|---|---|
committer | maximius <none@none> | 2009-11-21 05:13:19 -0800 |
commit | 2e256f44db88a2f1dde6eada21eed8aa89ebb13b (patch) | |
tree | ccc3473d894bc384105537e447f2b50a167f03b8 /src/game/Player.cpp | |
parent | bd1065156ed29c3e10b6bef88ec4637d5eb8b243 (diff) |
*The typos will never cease :'(. Also, 32e347321fb9 was a merge of SD2 r1492.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Player.cpp')
-rw-r--r-- | src/game/Player.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp index ba1547b2219..769bbf32b9f 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) { |