fix(Scripts/Mechanar): Fix Polarity shift mechanic (#16601)

This commit is contained in:
Angelo Venturini
2023-06-24 15:47:37 -03:00
committed by GitHub
parent ff27c3d166
commit facbebdf8d
2 changed files with 37 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
--
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_capacitus_polarity_charge_aura';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(39088, 'spell_capacitus_polarity_charge_aura'),
(39091, 'spell_capacitus_polarity_charge_aura');