diff options
Diffstat (limited to 'src/game/SpellAuras.cpp')
| -rw-r--r-- | src/game/SpellAuras.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 5c41dc22d9e..5fedc013188 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -2438,14 +2438,6 @@ void AuraEffect::HandleAuraDummy(bool apply, bool Real) caster->CastSpell(m_target, GetAmount(), true); return; } - // Focused Magic - if(m_spellProto->Id == 54646) - { - // only on remove by crit - if(caster && GetParentAura()->GetRemoveMode() == AURA_REMOVE_BY_EXPIRE) - caster->CastSpell(caster,54648, true); - return; - } break; } } |
