aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMatan Shukry <matanshukry@gmail.com>2021-02-27 14:28:42 +0200
committerGitHub <noreply@github.com>2021-02-27 13:28:42 +0100
commita681309d5848989769b933866d5638c7e3150df3 (patch)
tree5d3bf73116d5bcc64470f89bf9949c12522d357b /sql
parentb8f76334fe73ff020501b144804e7e727fb58f4d (diff)
Scripts/Spells: Removed unused hunter spell scripts (#26155)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2021_02_27_01_world_hunter_spells_remove_unused.sql12
1 files changed, 12 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_02_27_01_world_hunter_spells_remove_unused.sql b/sql/updates/world/master/2021_02_27_01_world_hunter_spells_remove_unused.sql
new file mode 100644
index 00000000000..6c4531c7f1c
--- /dev/null
+++ b/sql/updates/world/master/2021_02_27_01_world_hunter_spells_remove_unused.sql
@@ -0,0 +1,12 @@
+-- Remove old unused spell scripts
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN
+('spell_hun_ancient_hysteria',
+'spell_hun_arcane_shot',
+'spell_hun_chimera_shot',
+'spell_hun_cobra_shot',
+'spell_hun_improved_mend_pet',
+'spell_hun_readiness',
+'spell_hun_ready_set_aim',
+'spell_hun_sniper_training',
+'spell_hun_target_only_pet_and_owner',
+'spell_hun_tnt');