[7718] Fix my typo in [7716] commit.

This commit is contained in:
AlexDereka 2009-04-26 20:14:05 +04:00
parent 9dd305b457
commit d74cdadc54
2 changed files with 4 additions and 4 deletions

View file

@ -2823,9 +2823,9 @@ bool Player::addSpell(uint32 spell_id, bool active, bool learning, bool dependen
}
// mark old spell as disable (SMSG_SUPERCEDED_SPELL replace it in client by new)
itr->second->active = false;
if(itr->second->state != PLAYERSPELL_NEW)
itr->second->state = PLAYERSPELL_CHANGED;
itr2->second->active = false;
if(itr2->second->state != PLAYERSPELL_NEW)
itr2->second->state = PLAYERSPELL_CHANGED;
superceded_old = true; // new spell replace old in action bars and spell book.
}
else if(spellmgr.IsHighRankOfSpell(itr2->first,spell_id))