Core/Spells: fixed Glyph of Lightning Shield

This commit is contained in:
Ovahlord
2019-05-13 00:44:24 +02:00
parent 95fc00ba4b
commit eaa82ac612
2 changed files with 26 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_sha_lightning_shield';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(324, 'spell_sha_lightning_shield');