mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
fix(Core/Spells): Everlasting Affliction should be considered as shad… (#11678)
…ow spell.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user