Scripts/Spells: Removed unused rogue spell scriptss (#26157)

This commit is contained in:
Matan Shukry
2021-02-27 14:50:05 +02:00
committed by GitHub
parent a681309d58
commit 6b9ff7442e
2 changed files with 9 additions and 274 deletions

View File

@@ -0,0 +1,8 @@
-- Remove old unused spell scripts
DELETE FROM `spell_script_names` WHERE `ScriptName` IN
('spell_rog_cheat_death',
'spell_rog_crippling_poison',
'spell_rog_master_of_subtlety',
'spell_rog_preparation',
'spell_rog_shiv',
'spell_rog_serrated_blades');