aboutsummaryrefslogtreecommitdiff
path: root/src/game/Player.cpp
diff options
context:
space:
mode:
authormaximius <none@none>2009-11-20 22:39:27 -0800
committermaximius <none@none>2009-11-20 22:39:27 -0800
commite4e61ac99da40cc7856d7dac7d2b3882c162f4f4 (patch)
treea13c44b29cbc08051bee340822aef6e6e627bf2c /src/game/Player.cpp
parentc16e08faed38c214a88d824d55b1a6a7fca06037 (diff)
*Fix some typos.
--HG-- branch : trunk
Diffstat (limited to 'src/game/Player.cpp')
-rw-r--r--src/game/Player.cpp2
1 files changed, 1 insertions, 1 deletions
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;