Core/Spells: Fix glyph of stars (druid)

Port From (https://github.com/TrinityCore/TrinityCore/commit/56ef6c06eb165e9410a1f0af8b54492ad99eeced)
This commit is contained in:
hondacrx
2022-09-24 13:57:38 -04:00
parent 53689df7fa
commit ca55d131ac
3 changed files with 38 additions and 0 deletions
@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dru_glyph_of_stars';
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(24858,'spell_dru_glyph_of_stars');