fix(Core/Spells): Everlasting Affliction should be considered as shad… (#11678)

…ow spell.
This commit is contained in:
UltraNix
2022-05-11 08:26:19 +02:00
committed by GitHub
parent c06a43b1c7
commit 930db5d2ae

View File

@@ -4257,6 +4257,12 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->AttributesEx3 |= SPELL_ATTR3_SUPRESS_TARGET_PROCS;
});
// Everlasting Affliction
ApplySpellFix({ 47422 }, [](SpellInfo* spellInfo)
{
spellInfo->SchoolMask = SPELL_SCHOOL_MASK_SHADOW;
});
// Flametongue Weapon (Passive) (Rank 6)
ApplySpellFix({ 16312 }, [](SpellInfo* spellInfo)
{