diff options
| author | Shauren <shauren.trinity@gmail.com> | 2011-01-22 17:21:24 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2011-01-22 17:21:24 +0100 |
| commit | 5adf9c5d305bb1c7e2f282ce3e5a4cf0fbd5592d (patch) | |
| tree | cf388f7632be2728150ea6d02667c016849bcddd /sql/updates | |
| parent | c2690f748bcc42a1818b90336e81fb586588dd1e (diff) | |
Scripts/Spells: Moved all special target filtering cases to scripts
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/2011_01_22_0_world_spell_script_names.sql | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sql/updates/2011_01_22_0_world_spell_script_names.sql b/sql/updates/2011_01_22_0_world_spell_script_names.sql new file mode 100644 index 00000000000..12b09319bcb --- /dev/null +++ b/sql/updates/2011_01_22_0_world_spell_script_names.sql @@ -0,0 +1,27 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` IN (72378,73058) AND `ScriptName`='spell_deathbringer_blood_nova_targeting'; +DELETE FROM `spell_script_names` WHERE `spell_id` IN (68921,69049) AND `ScriptName`='spell_bronjahm_soulstorm_targeting'; +DELETE FROM `spell_script_names` WHERE `spell_id` IN (70402,72511,72512,72513) AND `ScriptName`='spell_putricide_mutated_transformation_dmg'; +DELETE FROM `spell_script_names` WHERE `spell_id` IN (72255,72444,72445,72446) AND `ScriptName`='spell_deathbringer_mark_of_the_fallen_champion'; +DELETE FROM `spell_script_names` WHERE `spell_id`=71390 AND `ScriptName`='spell_blood_queen_pact_of_the_darkfallen'; +DELETE FROM `spell_script_names` WHERE `spell_id`=48743 AND `ScriptName`='spell_dk_death_pact'; +DELETE FROM `spell_script_names` WHERE `spell_id`=59725 AND `ScriptName`='spell_warr_improved_spell_reflection'; +DELETE FROM `spell_script_names` WHERE `spell_id`=-49821 AND `ScriptName`='spell_pri_mind_sear'; +DELETE FROM `spell_script_names` WHERE `spell_id`=-27285 AND `ScriptName`='spell_warl_seed_of_corruption'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(72378,'spell_deathbringer_blood_nova_targeting'), +(73058,'spell_deathbringer_blood_nova_targeting'), +(68921,'spell_bronjahm_soulstorm_targeting'), +(69049,'spell_bronjahm_soulstorm_targeting'), +(70402,'spell_putricide_mutated_transformation_dmg'), +(72511,'spell_putricide_mutated_transformation_dmg'), +(72512,'spell_putricide_mutated_transformation_dmg'), +(72513,'spell_putricide_mutated_transformation_dmg'), +(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'), +(71390,'spell_blood_queen_pact_of_the_darkfallen'), +(48743,'spell_dk_death_pact'), +(59725,'spell_warr_improved_spell_reflection'), +(-49821,'spell_pri_mind_sear'), +(-27285,'spell_warl_seed_of_corruption'); |
