fix(Core/Spells): Curse of Pain (#16844)

* fix(Core/Spells): Curse of Pain

* ocd
This commit is contained in:
avarishd
2023-07-29 22:51:15 +03:00
committed by GitHub
parent 0ebb1969cb
commit 66daf97144
2 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id` = 38048;
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (38048, 'spell_gen_curse_of_pain');