*Fix shadowflame

--HG--
branch : trunk
This commit is contained in:
QAston
2009-04-12 10:35:28 +02:00
parent ea3e950758
commit b1b53addcc
3 changed files with 3 additions and 9 deletions

View File

@@ -16896,7 +16896,7 @@ void Player::RemoveSpellMods(Spell const* spell)
if (mod && mod->charges == -1 && (mod->lastAffected == spell || mod->lastAffected==NULL))
{
RemoveAurasDueToSpell(mod->spellId);
RemoveAurasDueToSpell(mod->spellId, AURA_REMOVE_BY_EXPIRE);
if (m_spellMods[i].empty())
break;
else