mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
fix(Core/Spells): Shriveling Gaze (#15939)
* fix(Core/Spells): Shriveling Gaze * comment out unused parameter * again
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user