*Fix some typos.

--HG--
branch : trunk
This commit is contained in:
maximius
2009-11-20 22:39:27 -08:00
parent c16e08faed
commit e4e61ac99d
2 changed files with 2 additions and 2 deletions

View File

@@ -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;