aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2022-09-19 20:07:00 +0200
committerGitHub <noreply@github.com>2022-09-19 20:07:00 +0200
commit56ef6c06eb165e9410a1f0af8b54492ad99eeced (patch)
treebab34989047741cefbcc1bc152d7f9c75bc97e3a /sql/updates
parentb4d2166f0c7a61f5a9b159da80e478c5ae7aaa16 (diff)
Core/Spells: Fix glyph of stars (druid) (#28258)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2022_09_19_00_world_druid_glyph_of_stars.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_09_19_00_world_druid_glyph_of_stars.sql b/sql/updates/world/master/2022_09_19_00_world_druid_glyph_of_stars.sql
new file mode 100644
index 00000000000..2b36c4fcb28
--- /dev/null
+++ b/sql/updates/world/master/2022_09_19_00_world_druid_glyph_of_stars.sql
@@ -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');