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 <talamortis@gmail.com>

* Update Spell.cpp

Removed the whole case function as requested in AC comments.
This commit is contained in:
Poszer
2019-02-02 13:51:16 +01:00
committed by Lee
parent 726288c8fd
commit 002f24aadb

View File

@@ -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: