diff options
author | tobmaps <spambot42@yandex.ru> | 2011-06-01 01:58:32 +0700 |
---|---|---|
committer | tobmaps <spambot42@yandex.ru> | 2011-06-01 01:58:32 +0700 |
commit | e25c73978ae8bab1060de05df7858b6633f2471e (patch) | |
tree | 0b716ce890b80a072c42fa30845f9e36f9342ccf /src | |
parent | 506fedcfea058920f4580a0c77b14e7d7b508b14 (diff) |
Core/Spells: Drop dead code and fix some SQL updates
Diffstat (limited to 'src')
-rwxr-xr-x | src/server/game/Spells/Auras/SpellAuras.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/server/game/Spells/Auras/SpellAuras.cpp b/src/server/game/Spells/Auras/SpellAuras.cpp index 44c5aa53fe3..c89cd867db5 100755 --- a/src/server/game/Spells/Auras/SpellAuras.cpp +++ b/src/server/game/Spells/Auras/SpellAuras.cpp @@ -1401,14 +1401,6 @@ void Aura::HandleAuraSpecificMods(AuraApplication const * aurApp, Unit * caster, // aura removed - remove death runes target->ToPlayer()->RemoveRunesByAuraEffect(GetEffect(0)); } - switch(GetId()) - { - case 50514: // Summon Gargoyle - if (removeMode != AURA_REMOVE_BY_EXPIRE) - break; - target->CastSpell(target, GetEffect(0)->GetAmount(), true, NULL, GetEffect(0)); - break; - } break; case SPELLFAMILY_HUNTER: // Glyph of Freezing Trap |