mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
Scripts/Spells: Removed unused rogue spell scriptss (#26157)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user