fix(DB/Spells): add various spells to spell_groups (#22075)

This commit is contained in:
Tereneckla
2025-07-29 13:04:35 +00:00
committed by GitHub
parent 2bc6e0f747
commit f0054bd197
2 changed files with 41 additions and 0 deletions

View File

@@ -592,6 +592,12 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->AttributesEx3 &= ~SPELL_ATTR3_SUPPRESS_CASTER_PROCS;
});
// Vindication
ApplySpellFix({ 67, 26017}, [](SpellInfo* spellInfo)
{
spellInfo->Effects[EFFECT_0].MiscValue = 0;
});
// Arcane Missiles
ApplySpellFix({ 5143, 5144, 5145, 8416, 8417, 10211, 10212, 25345, 27075, 38699, 38704, 42843, 42846 }, [](SpellInfo* spellInfo)
{