aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world
diff options
context:
space:
mode:
authorMatan Shukry <matanshukry@gmail.com>2021-02-27 14:50:05 +0200
committerGitHub <noreply@github.com>2021-02-27 13:50:05 +0100
commit6b9ff7442e8faeee7c9ebec347af28609b3fd6cd (patch)
tree37c3bb24834d4dc88f3bcb37ac8385ad83612c38 /sql/updates/world
parenta681309d5848989769b933866d5638c7e3150df3 (diff)
Scripts/Spells: Removed unused rogue spell scriptss (#26157)
Diffstat (limited to 'sql/updates/world')
-rw-r--r--sql/updates/world/master/2021_02_27_02_world_rogue_spells_remove_unused.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_02_27_02_world_rogue_spells_remove_unused.sql b/sql/updates/world/master/2021_02_27_02_world_rogue_spells_remove_unused.sql
new file mode 100644
index 00000000000..c1c921c96dd
--- /dev/null
+++ b/sql/updates/world/master/2021_02_27_02_world_rogue_spells_remove_unused.sql
@@ -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');