fix(Scripts/Spells): Glyph of Felguard. (#12497)
* fix(Scripts/Spells): Glyph of Felguard. Fixes #12432 * Update.
This commit is contained in:
parent
f6385c5054
commit
b81a14976c
3 changed files with 48 additions and 1 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue