From e4e61ac99da40cc7856d7dac7d2b3882c162f4f4 Mon Sep 17 00:00:00 2001 From: maximius Date: Fri, 20 Nov 2009 22:39:27 -0800 Subject: *Fix some typos. --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 87396daba80..7e4c3d9e24d 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -3784,7 +3784,7 @@ bool Player::resetTalents(bool no_cost) continue; PlayerTalentMap::const_iterator foundTalent = m_talents[m_activeSpec]->find(i); - if (foundTalent == m_talents[spec]->end() || foundTalent->second->state == PLAYERSPELL_REMOVED) + if (foundTalent == m_talents[m_activeSpec]->end() || foundTalent->second->state == PLAYERSPELL_REMOVED) continue; else foundTalent->second->state = PLAYERSPELL_REMOVED; -- cgit v1.2.3