From 5a93f2b974bf62d0a0dd741072f5d0032bb0d42d Mon Sep 17 00:00:00 2001 From: mik1893 Date: Fri, 13 May 2016 01:13:19 +0200 Subject: Core/Spells: Proc handler script converions (#17122) * Blazing Speed (Mage) * Blessed Recovery (Priest) * Druid Forms Trinket * Idol Of Mutilation * Nature's Guardian (Shaman) * Nether Protection (Warlock) * Piercing Shots and Bonus 4P T9 Hunter * Lightning Shield (Shaman) * Acclimation (DK) * Move DK T10 4P Melee Bonus * Move DK Improved Blood Presence triggered heal (DK) * Rogue T10 2P Bonus * Illumination (Paladin) * Soul Preserver * Death Choice trinket * stack trinket scripts (ToC25 Caster Trinket, Lightning Capacitor, Thunder Capacitor) * Battle Experience (ICC - Gunship) * Blood Reserve (enchant proc) * Darkmoon Card Greatness * Charm of the Amani Witch Doctor * Mana Drain (cherry picked from commit 5b8e68ee6335ecbc9fea253eaceecb20c50aa41e) --- .../2017_01_08_05_world_2016_05_20_00_world.sql | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 sql/updates/world/master/2017_01_08_05_world_2016_05_20_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_01_08_05_world_2016_05_20_00_world.sql b/sql/updates/world/master/2017_01_08_05_world_2016_05_20_00_world.sql new file mode 100644 index 00000000000..321057aa8ef --- /dev/null +++ b/sql/updates/world/master/2017_01_08_05_world_2016_05_20_00_world.sql @@ -0,0 +1,35 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN +('spell_dk_advantage_t10_4p', +'spell_dru_forms_trinket', +'spell_gen_blood_reserve', +'spell_hun_t9_4p_bonus', +'spell_igb_battle_experience_check', +'spell_item_soul_preserver', +'spell_item_death_choice', +'spell_item_lightning_capacitor', +'spell_item_thunder_capacitor', +'spell_item_toc25_normal_caster_trinket', +'spell_item_toc25_heroic_caster_trinket', +'spell_item_darkmoon_card_greatness', +'spell_item_mana_drain', +'spell_mage_blazing_speed', +'spell_rog_t10_2p_bonus', +'spell_sha_lightning_shield'); + +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(70656, 'spell_dk_advantage_t10_4p'), -- DK Advantage t10 4p melee +(37336, 'spell_dru_forms_trinket'), -- Druid Forms Trinket +(64568, 'spell_gen_blood_reserve'), -- Blood Reserve (weapon enchant proc) +(67151, 'spell_hun_t9_4p_bonus'), -- Hunter T9 Bonus +(71201, 'spell_igb_battle_experience_check'), -- Battle Experience (Gunship - ICC) +(60510, 'spell_item_soul_preserver'), -- Soul Preserver +(67702, 'spell_item_death_choice'), -- Death Choice Trinket +(67771, 'spell_item_death_choice'), -- Death Choice Trinket +(37657, 'spell_item_lightning_capacitor'), -- Lightning Capcitor +(54841, 'spell_item_thunder_capacitor'), -- Thunder Capacitor +(67712, 'spell_item_toc25_normal_caster_trinket'), -- Item - Coliseum 25 Normal Caster Trinket +(67758, 'spell_item_toc25_heroic_caster_trinket'), -- Item - Coliseum 25 Heroic Caster Trinket +(57345, 'spell_item_darkmoon_card_greatness'), -- Darkmoon Card: Greatness +(27522, 'spell_item_mana_drain'), -- Mana Drain +(40336, 'spell_item_mana_drain'), -- Mana Drain +(70805, 'spell_rog_t10_2p_bonus'); -- Rogue T10 2P bonus -- cgit v1.2.3