aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMatan Shukry <matanshukry@gmail.com>2021-02-27 21:40:38 +0200
committerGitHub <noreply@github.com>2021-02-27 20:40:38 +0100
commite972f84e7b29fbd3597a3850fb4751002c9eceee (patch)
treeac23d3d6c8c8a9ea0900f241cdb70e432c79b980 /sql
parent8665323876ccd3cf3036f263a54fb17170a4c99e (diff)
Scripts/Spells: Removed unused warrior spell scripts (#26160)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2021_02_27_06_world_warrior_spells_remove_unused.sql16
1 files changed, 16 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_02_27_06_world_warrior_spells_remove_unused.sql b/sql/updates/world/master/2021_02_27_06_world_warrior_spells_remove_unused.sql
new file mode 100644
index 00000000000..4b8ddff11a8
--- /dev/null
+++ b/sql/updates/world/master/2021_02_27_06_world_warrior_spells_remove_unused.sql
@@ -0,0 +1,16 @@
+-- Remove old unused spell scripts
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN
+('spell_warr_concussion_blow',
+'spell_warr_execute',
+'spell_warr_lambs_to_the_slaughter',
+'spell_warr_last_stand',
+'spell_warr_overpower',
+'spell_warr_rend',
+'spell_warr_retaliation',
+'spell_warr_second_wind_proc',
+'spell_warr_second_wind_trigger',
+'spell_warr_shattering_throw',
+'spell_warr_slam',
+'spell_warr_sword_and_board',
+'spell_warr_vigilance',
+'spell_warr_vigilance_trigger');