Init.
This commit is contained in:
4
data/sql/updates/pending_db_world/seals.sql
Normal file
4
data/sql/updates/pending_db_world/seals.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (42463, 53739);
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(42463, 'spell_pal_seal_of_vengeance'),
|
||||
(53739, 'spell_pal_seal_of_vengeance'); -- Same script name, don't wanna duplicate the spell script
|
||||
Reference in New Issue
Block a user