From 930db5d2ae191670300cc0e24196073798e79b08 Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Wed, 11 May 2022 08:26:19 +0200 Subject: [PATCH] =?UTF-8?q?fix(Core/Spells):=20Everlasting=20Affliction=20?= =?UTF-8?q?should=20be=20considered=20as=20shad=E2=80=A6=20(#11678)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …ow spell. --- src/server/game/Spells/SpellInfoCorrections.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/server/game/Spells/SpellInfoCorrections.cpp b/src/server/game/Spells/SpellInfoCorrections.cpp index e7bc816bf..98dbaf6e4 100644 --- a/src/server/game/Spells/SpellInfoCorrections.cpp +++ b/src/server/game/Spells/SpellInfoCorrections.cpp @@ -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) {