mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01:00
DB/SQL: fix typo in previous commit
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
DELETE `FROM spell_script_names` WHERE `spell_id` IN (63489,62274);
|
||||
INSERT `INTO spell_script_names`
|
||||
VALUES
|
||||
(63489,'spell_shield_of_runes'),
|
||||
(62274,'spell_shield_of_runes');
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (63489,62274);
|
||||
INSERT INTO `spell_script_names`
|
||||
VALUES
|
||||
(63489, 'spell_shield_of_runes'),
|
||||
(62274, 'spell_shield_of_runes');
|
||||
|
||||
Reference in New Issue
Block a user