mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
Scripts/Spells: Moved all special target filtering cases to scripts
This commit is contained in:
@@ -1831,6 +1831,8 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
( 68861, 'spell_bronjahm_consume_soul'),
|
||||
( 69008, 'spell_bronjahm_soulstorm_channel'),
|
||||
( 68870, 'spell_bronjahm_soulstorm_visual'),
|
||||
( 68921, 'spell_bronjahm_soulstorm_targeting'),
|
||||
( 69049, 'spell_bronjahm_soulstorm_targeting'),
|
||||
-- Pit of Saron
|
||||
( 68786, 'spell_garfrost_permafrost'),
|
||||
( 70336, 'spell_garfrost_permafrost'),
|
||||
@@ -1877,6 +1879,12 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
( 72438, 'spell_deathbringer_blood_nova'),
|
||||
( 72439, 'spell_deathbringer_blood_nova'),
|
||||
( 72440, 'spell_deathbringer_blood_nova'),
|
||||
( 72378, 'spell_deathbringer_blood_nova_targeting'),
|
||||
( 73058, 'spell_deathbringer_blood_nova_targeting'),
|
||||
( 72255, 'spell_deathbringer_mark_of_the_fallen_champion'),
|
||||
( 72444, 'spell_deathbringer_mark_of_the_fallen_champion'),
|
||||
( 72445, 'spell_deathbringer_mark_of_the_fallen_champion'),
|
||||
( 72446, 'spell_deathbringer_mark_of_the_fallen_champion'),
|
||||
( 71123, 'spell_stinky_precious_decimate'),
|
||||
( 73032, 'spell_festergut_pungent_blight'),
|
||||
( 73031, 'spell_festergut_pungent_blight'),
|
||||
@@ -1928,6 +1936,10 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
( 72508, 'spell_putricide_mutated_transformation_dismiss'),
|
||||
( 72509, 'spell_putricide_mutated_transformation_dismiss'),
|
||||
( 72510, 'spell_putricide_mutated_transformation_dismiss'),
|
||||
( 70402, 'spell_putricide_mutated_transformation_dmg'),
|
||||
( 72511, 'spell_putricide_mutated_transformation_dmg'),
|
||||
( 72512, 'spell_putricide_mutated_transformation_dmg'),
|
||||
( 72513, 'spell_putricide_mutated_transformation_dmg'),
|
||||
( 70539, 'spell_putricide_regurgitated_ooze'),
|
||||
( 72457, 'spell_putricide_regurgitated_ooze'),
|
||||
( 72875, 'spell_putricide_regurgitated_ooze'),
|
||||
@@ -1956,6 +1968,7 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
( 71900, 'spell_blood_queen_bloodbolt'),
|
||||
( 71901, 'spell_blood_queen_bloodbolt'),
|
||||
( 71902, 'spell_blood_queen_bloodbolt'),
|
||||
( 71390, 'spell_blood_queen_pact_of_the_darkfallen'),
|
||||
-- Isle of Conquest
|
||||
( 66630, 'spell_gen_gunship_portal'),
|
||||
( 66637, 'spell_gen_gunship_portal'),
|
||||
@@ -2007,6 +2020,7 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
( 67533, 'spell_item_red_rider_air_rifle'),
|
||||
-- warrior
|
||||
( 12975, 'spell_warr_last_stand'),
|
||||
( 59725, 'spell_warr_improved_spell_reflection'),
|
||||
-- paladin
|
||||
(-31850, 'spell_pal_ardent_defender'),
|
||||
( 20425, 'spell_pal_judgement_of_command'),
|
||||
@@ -2037,6 +2051,7 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
( 47948, 'spell_pri_pain_and_suffering_proc'),
|
||||
(-47540, 'spell_pri_penance'),
|
||||
( -17, 'spell_pri_reflective_shield_trigger'),
|
||||
(-49821, 'spell_pri_mind_sear'),
|
||||
-- death knight
|
||||
( 50462, 'spell_dk_anti_magic_shell_raid'),
|
||||
( 48707, 'spell_dk_anti_magic_shell_self'),
|
||||
@@ -2046,6 +2061,7 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
(-55090, 'spell_dk_scourge_strike'),
|
||||
(-49145, 'spell_dk_spell_deflection'),
|
||||
(-52284, 'spell_dk_will_of_the_necropolis'),
|
||||
( 48743, 'spell_dk_death_pact'),
|
||||
-- shaman
|
||||
(-51474, 'spell_sha_astral_shift'),
|
||||
( 39610, 'spell_sha_mana_tide_totem'),
|
||||
@@ -2066,6 +2082,7 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
( -6201, 'spell_warl_create_healthstone'),
|
||||
( 47193, 'spell_warl_demonic_empowerment'),
|
||||
( 47422, 'spell_warl_everlasting_affliction'),
|
||||
(-27285, 'spell_warl_seed_of_corruption'),
|
||||
-- druid
|
||||
( 54846, 'spell_dru_glyph_of_starfire'),
|
||||
( 69366, 'spell_dru_moonkin_form_passive'),
|
||||
|
||||
Reference in New Issue
Block a user