From 002f24aadbd6e6d4267c80218f4148f1138a4810 Mon Sep 17 00:00:00 2001 From: Poszer <41213210+poszer@users.noreply.github.com> Date: Sat, 2 Feb 2019 13:51:16 +0100 Subject: [PATCH] Core/Spells: Mage permafrost talent (#1389) * Core/Spells : Mage permafrost talent - Will fix issue with permafrost (Talent ) apply the heal reduction even if dispelled. Co-Authored-By: talamortis * Update Spell.cpp Removed the whole case function as requested in AC comments. --- src/server/game/Spells/Spell.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/server/game/Spells/Spell.cpp b/src/server/game/Spells/Spell.cpp index 917aeaa30..acbbc8c04 100644 --- a/src/server/game/Spells/Spell.cpp +++ b/src/server/game/Spells/Spell.cpp @@ -8241,13 +8241,6 @@ void Spell::PrepareTriggersExecutedOnHit() break; } - case SPELLFAMILY_MAGE: - { - // Permafrost - if (m_spellInfo->SpellFamilyFlags[1] & 0x00001000 || m_spellInfo->SpellFamilyFlags[0] & 0x00100220) - m_preCastSpell = 68391; - break; - } } // handle SPELL_AURA_ADD_TARGET_TRIGGER auras: