* Init. * Whoops. * Move comment. Someone should fix this darn CI. * Logic adjustment. * Revert logic adjustment. This reverts commit ee09ee55df47c9a66ecf536be58a4a040f384b72. * Requested changes?
4 lines
276 B
SQL
4 lines
276 B
SQL
DELETE FROM `spell_script_names` WHERE `spell_id` IN (42463, 53739);
|
|
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');
|