mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 08:28:57 +01:00
typo fix
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user