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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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');