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:
parent
844b34dcd7
commit
0550b7778b
2 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` = -11426 AND `ScriptName` = 'spell_mage_ice_barrier_aura';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(-11426, 'spell_mage_ice_barrier_aura');
|
||||
Loading…
Add table
Add a link
Reference in a new issue