[8351] Implement spell 55693.

This commit is contained in:
VladimirMangos 2009-08-11 20:21:55 +04:00
parent e01e1b4fb4
commit 45a588f76f
2 changed files with 6 additions and 1 deletions

View file

@ -5067,6 +5067,11 @@ void Spell::EffectScriptEffect(uint32 effIndex)
}
return;
}
case 55693: // Remove Collapsing Cave Aura
if(unitTarget)
return;
unitTarget->RemoveAurasDueToSpell(m_spellInfo->CalculateSimpleValue(effIndex));
break;
case 58418: // Portal to Orgrimmar
case 58420: // Portal to Stormwind
{