fix(Core/Spells): Register missing Ice Barrier AuraScript for Incanter's Absorption (#25079)

Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
This commit is contained in:
blinkysc
2026-03-13 13:55:39 -05:00
committed by GitHub
parent 844b34dcd7
commit 0550b7778b
2 changed files with 5 additions and 0 deletions

View File

@@ -1614,6 +1614,7 @@ void AddSC_mage_spell_scripts()
RegisterSpellScript(spell_mage_glyph_of_polymorph);
RegisterSpellScript(spell_mage_hot_streak);
RegisterSpellScript(spell_mage_ice_barrier);
RegisterSpellScript(spell_mage_ice_barrier_aura);
RegisterSpellScript(spell_mage_ice_block);
RegisterSpellScript(spell_mage_imp_blizzard);
RegisterSpellScript(spell_mage_imp_mana_gems);