mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 13:46:24 +00:00
fix(Scripts/Spells): Move Curse of Mending (7098 & 39647) to spell sc… (#21117)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user