aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/cata_classic/2024_09_01_00_world.sql20
1 files changed, 20 insertions, 0 deletions
diff --git a/sql/updates/world/cata_classic/2024_09_01_00_world.sql b/sql/updates/world/cata_classic/2024_09_01_00_world.sql
new file mode 100644
index 00000000000..4677ead10e2
--- /dev/null
+++ b/sql/updates/world/cata_classic/2024_09_01_00_world.sql
@@ -0,0 +1,20 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN
+('spell_item_water_strider',
+'spell_item_brutal_kinship',
+'spell_item_eggnog',
+'spell_item_sephuzs_secret',
+'spell_item_set_march_of_the_legion',
+'spell_item_seal_of_darkshire_nobility',
+'spell_item_lightblood_elixir',
+'spell_item_highfathers_machination',
+'spell_item_seeping_scourgewing',
+'spell_item_seeping_scourgewing_aoe_check',
+'spell_item_grips_of_forsaken_sanity',
+'spell_item_zanjir_scaleguard_greatcloak',
+'spell_item_shiver_venom_crossbow',
+'spell_item_shiver_venom_lance',
+'spell_item_phial_of_the_arcane_tempest_damage',
+'spell_item_phial_of_the_arcane_tempest_periodic',
+'spell_item_amalgams_seventh_spine',
+'spell_item_amalgams_seventh_spine_mana_restore',
+'spell_item_infurious_crafted_gear_mettle');