mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 07:36:23 +00:00
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;
|
||||
});
|
||||
|
||||
// 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
|
||||
|
||||
Reference in New Issue
Block a user