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:
@@ -614,6 +614,12 @@ void SpellMgr::LoadSpellInfoCorrections()
|
|||||||
spellInfo->AttributesEx3 &= ~SPELL_ATTR3_SUPRESS_CASTER_PROCS;
|
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({
|
ApplySpellFix({
|
||||||
54968, // Glyph of Holy Light, Damage Class should be magic
|
54968, // Glyph of Holy Light, Damage Class should be magic
|
||||||
53652, // Beacon of Light heal, Damage Class should be magic
|
53652, // Beacon of Light heal, Damage Class should be magic
|
||||||
|
|||||||
Reference in New Issue
Block a user