aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2022-02-26 23:12:28 +0100
committerGitHub <noreply@github.com>2022-02-26 23:12:28 +0100
commit8fe7748f30122e13f6d1b83db69a39cd1c1f2448 (patch)
treefa37dd2c811f509b9c89ffe643f52149ad7f52c9 /sql
parentf9753cb3dc89d2cf689879e95e4473ee9da1bc59 (diff)
Scripts/Spells: Delete obsolete druid spell scripts (#27813)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2022_02_26_01_world_druid_obsolete_spells.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_26_01_world_druid_obsolete_spells.sql b/sql/updates/world/master/2022_02_26_01_world_druid_obsolete_spells.sql
new file mode 100644
index 00000000000..790d6cff4b7
--- /dev/null
+++ b/sql/updates/world/master/2022_02_26_01_world_druid_obsolete_spells.sql
@@ -0,0 +1 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_dru_stampede', 'spell_dru_living_seed', 'spell_dru_flight_form', 'spell_dru_predatory_strikes', 'spell_dru_mark_of_the_wild', 'spell_dru_idol_lifebloom', 'spell_dru_living_seed_proc');