diff options
author | Ovahlord <dreadkiller@gmx.de> | 2023-12-04 21:31:24 +0100 |
---|---|---|
committer | Ovahlord <dreadkiller@gmx.de> | 2023-12-04 21:31:24 +0100 |
commit | 21d6e598a5f817a141e4cac704d2da3fd05449ed (patch) | |
tree | 7a861eff81728de31d372fe30568a553204fa118 /sql/updates | |
parent | 281d946c40c2263394b91abdaea76f94ff31dd97 (diff) |
Core/Misc:
* removed various unused opcode and aura effect handlers
* removed a bunch of deprecated spell scripts
* dropped TraitHandler
* fixed several warnings which have emerged as a result of downgrading the systems
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/world/3.4.x/2023_12_04_00_world.sql | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/sql/updates/world/3.4.x/2023_12_04_00_world.sql b/sql/updates/world/3.4.x/2023_12_04_00_world.sql new file mode 100644 index 00000000000..f0760a008a3 --- /dev/null +++ b/sql/updates/world/3.4.x/2023_12_04_00_world.sql @@ -0,0 +1,49 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN +('spell_pal_light_hammer_init_summon', +'spell_pal_light_hammer_periodic', +'spell_pal_righteous_protector', +'spell_pal_righteous_verdict', +'spell_pal_selfless_healer', +'spell_pal_shield_of_vengeance', +'spell_pal_templar_s_verdict', +'spell_pal_t30_2p_protection_bonus', +'spell_pal_t30_2p_protection_bonus_heal', +'spell_pal_zeal', +'spell_pal_art_of_war', +'spell_pal_awakening', +'spell_pal_blinding_light', +'spell_pal_crusader_might', +'spell_pal_crusading_strikes', +'spell_pal_divine_purpose', +'spell_pal_divine_steed', +'spell_pal_eye_for_an_eye', +'spell_pal_fist_of_justice', +'spell_pal_moment_of_glory', +'spell_pal_holy_prism', +'spell_pal_holy_prism_selector', +'spell_sha_aftershock', +'spell_sha_ancestral_guidance', +'spell_sha_ascendance_restoration', +'spell_sha_chain_lightning', +'spell_sha_crash_lightning', +'spell_sha_deeply_rooted_elements', +'spell_sha_doom_winds_legendary', +'spell_sha_downpour', +'spell_sha_earth_shield', +'spell_sha_earthen_rage_passive', +'spell_sha_earthen_rage_proc_aura', +'spell_sha_elemental_blast', +'spell_sha_flametongue_weapon', +'spell_sha_flametongue_weapon_aura', +'spell_sha_icefury', +'spell_sha_item_t18_elemental_4p_bonus', +'spell_sha_lava_crit_chance', +'spell_sha_lightning_bolt', +'spell_sha_liquid_magma_totem', +'spell_sha_mastery_elemental_overload', +'spell_sha_path_of_flames_spread', +'spell_sha_restorative_mists', +'spell_sha_unlimited_power', +'spell_sha_undulation_passive', +'spell_sha_windfury_weapon_proc', +'spell_sha_windspeakers_lava_resurgence'); |