From c3ee737c80947589287848f3d8d956e32ba8b15d Mon Sep 17 00:00:00 2001 From: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> Date: Fri, 11 Oct 2024 05:51:29 -0400 Subject: [PATCH] fix(Core/SpellInfoCorrections): Add Arcane Missiles spell info correction. (#20165) Init. Co-authored-by: Ernesto Gonzalez <80600689+ernesto-glz@users.noreply.github.com> --- 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 ac90ae214..52be1adbd 100644 --- a/src/server/game/Spells/SpellInfoCorrections.cpp +++ b/src/server/game/Spells/SpellInfoCorrections.cpp @@ -614,6 +614,12 @@ void SpellMgr::LoadSpellInfoCorrections() spellInfo->AttributesEx3 &= ~SPELL_ATTR3_SUPRESS_CASTER_PROCS; }); + // Arcane Missiles + ApplySpellFix({ 5143, 5144, 5145, 8416, 8417, 10211, 10212, 25345, 27075, 38699, 38704, 42843, 42846 }, [](SpellInfo* spellInfo) + { + spellInfo->AttributesEx3 |= SPELL_ATTR3_SUPRESS_TARGET_PROCS; + }); + ApplySpellFix({ 54968, // Glyph of Holy Light, Damage Class should be magic 53652, // Beacon of Light heal, Damage Class should be magic