fix(Scripts/ZulAman): Akil'zon storm damage should multiply per tick (#20842)

This commit is contained in:
Andrew
2024-12-05 09:46:07 -03:00
committed by GitHub
parent 0d0e3a6ce1
commit 00c0e202ef
2 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id` = 43657;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(43657, 'spell_electrical_storm_proc');