fix(Core/SpellInfoCorrections): Add Arcane Missiles spell info correction. (#20165)

Init.

Co-authored-by: Ernesto Gonzalez <80600689+ernesto-glz@users.noreply.github.com>
This commit is contained in:
Benjamin Jackson
2024-10-11 05:51:29 -04:00
committed by GitHub
parent 4ad5790039
commit c3ee737c80

View File

@@ -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