diff options
| author | megamage <none@none> | 2009-08-12 20:47:54 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-08-12 20:47:54 -0500 |
| commit | 0d1677fa0951146081e8ec3756125becd73b9671 (patch) | |
| tree | 1320501f9586649578a1f66df3c01b8dbdc82471 /src | |
| parent | 603685a2d2e4196b149799768a2477a8f3c9d683 (diff) | |
[8351] Implement spell 55693. Author: VladimirMangos
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/SpellEffects.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 7105a3fafcb..a738378c560 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -4681,6 +4681,11 @@ void Spell::EffectScriptEffect(uint32 effIndex) ((Creature*)unitTarget)->ForcedDespawn(); return; } + case 55693: // Remove Collapsing Cave Aura + if(unitTarget) + return; + unitTarget->RemoveAurasDueToSpell(m_spellInfo->CalculateSimpleValue(effIndex)); + break; // PX-238 Winter Wondervolt TRAP case 26275: { |
