fix(Scripts/Spells): Move Curse of Mending (7098 & 39647) to spell sc… (#21117)

This commit is contained in:
Andrew
2025-01-09 16:15:50 -03:00
committed by GitHub
parent 42e0ab5a5d
commit fb3749718e
3 changed files with 26 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id` IN (7098, 39647);
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(7098, 'spell_gen_proc_on_victim'),
(39647, 'spell_gen_proc_on_victim');