fix(Scripts/Spells): Glyph of Felguard. (#12497)

* fix(Scripts/Spells): Glyph of Felguard.

Fixes #12432

* Update.
This commit is contained in:
UltraNix
2022-07-24 18:38:03 +02:00
committed by GitHub
parent f6385c5054
commit b81a14976c
3 changed files with 48 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id`=56246;
INSERT INTO `spell_script_names` VALUES
(56246,'spell_warl_glyph_of_felguard');