Move comment.

Someone should fix this darn CI.
This commit is contained in:
heyitsbench
2024-06-15 23:58:41 -04:00
parent f1d5f3c612
commit 9cd320ff6b

View File

@@ -1,4 +1,4 @@
DELETE FROM `spell_script_names` WHERE `spell_id` IN (42463, 53739);
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES -- Same script name, don't wanna duplicate the spell script
(42463, 'spell_pal_seal_of_vengeance'),
(53739, 'spell_pal_seal_of_vengeance'); -- Same script name, don't wanna duplicate the spell script
(53739, 'spell_pal_seal_of_vengeance');