*Partial backout of 6f77c852bd4a

--HG--
branch : trunk
This commit is contained in:
maximius
2009-10-31 04:31:53 -07:00
parent eb6e047807
commit 47ba05f5d4

View File

@@ -21975,7 +21975,7 @@ void Player::_SaveTalents()
if (itr->second->state == PLAYERSPELL_REMOVED)
{
delete itr->second;
m_talents[i]->erase(itr);
m_talents[i]->erase(itr++);
}
else
{