fix(Scripts/ZulAman): Remove Eletrical Storm hacks (#20553)

* fix(Scripts/ZulAman): Remove Eletrical Storm hacks

* Update boss_akilzon.cpp

* Create rev_1731545993422354000.sql
This commit is contained in:
Andrew
2024-11-13 22:58:33 -03:00
committed by GitHub
parent bdb6ef8937
commit 1bea402e5c
2 changed files with 132 additions and 154 deletions

View File

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