From e972f84e7b29fbd3597a3850fb4751002c9eceee Mon Sep 17 00:00:00 2001 From: Matan Shukry Date: Sat, 27 Feb 2021 21:40:38 +0200 Subject: Scripts/Spells: Removed unused warrior spell scripts (#26160) --- .../2021_02_27_06_world_warrior_spells_remove_unused.sql | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 sql/updates/world/master/2021_02_27_06_world_warrior_spells_remove_unused.sql (limited to 'sql') 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'); -- cgit v1.2.3