This commit is contained in:
Ovahlord
2022-06-02 21:49:06 +02:00
parent c7e287ccb4
commit 4dff2d5ad8
2 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_item_blaze_of_light';
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_item_blaze_of_life';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(96966, 'spell_item_blaze_of_light'),
(97136, 'spell_item_blaze_of_light');
(96966, 'spell_item_blaze_of_life'),
(97136, 'spell_item_blaze_of_life');