From 9cd320ff6b3994aaa813068442d84b67100a711f Mon Sep 17 00:00:00 2001 From: heyitsbench Date: Sat, 15 Jun 2024 23:58:41 -0400 Subject: [PATCH] Move comment. Someone should fix this darn CI. --- data/sql/updates/pending_db_world/seals.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/sql/updates/pending_db_world/seals.sql b/data/sql/updates/pending_db_world/seals.sql index 1af9b7f187..fa75b7356a 100644 --- a/data/sql/updates/pending_db_world/seals.sql +++ b/data/sql/updates/pending_db_world/seals.sql @@ -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');