Scripts/Spells: Removed unused warrior spell scripts (#26160)

This commit is contained in:
Matan Shukry
2021-02-27 21:40:38 +02:00
committed by GitHub
parent 8665323876
commit e972f84e7b
2 changed files with 18 additions and 574 deletions

View File

@@ -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');