mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 21:57:01 +01:00
Core/Spells: fixed Glyph of Lightning Shield
This commit is contained in:
3
sql/updates/world/custom/custom_2019_05_13_00_world.sql
Normal file
3
sql/updates/world/custom/custom_2019_05_13_00_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user