fix(Core/Spells): Shriveling Gaze (#15939)

* fix(Core/Spells): Shriveling Gaze

* comment out unused parameter

* again
This commit is contained in:
avarishd
2023-07-08 16:03:03 +03:00
committed by GitHub
parent 2e7003d84e
commit 998bb9d54b
2 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
-- Shriveling Gaze
DELETE FROM `spell_script_names` WHERE `spell_id` = 37589;
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(37589,'spell_gen_shriveling_gaze');