mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-02 10:33:46 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user