Core/Spells: Updated mage spell scripts

This commit is contained in:
Shauren
2017-08-26 23:04:57 +02:00
parent 6cae8a52a0
commit ee0e9c8578
3 changed files with 499 additions and 957 deletions

View File

@@ -0,0 +1,28 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN (
'spell_mage_nether_vortex',
'spell_mage_master_of_elements',
'spell_mage_permafrost',
'spell_mage_ignite',
'spell_mage_arcane_brilliance',
'spell_mage_cold_snap',
'spell_mage_focus_magic',
'spell_mage_glyph_of_icy_veins',
'spell_mage_glyph_of_polymorph',
'spell_mage_dalaran_brilliance',
'spell_mage_ring_of_frost',
'spell_mage_living_bomb_explosion',
'spell_mage_living_bomb_periodic',
'spell_mage_nether_vortex',
'spell_mage_master_of_elements',
'spell_mage_focus_magic',
'spell_mage_glyph_of_icy_veins',
'spell_mage_glyph_of_polymorph',
'spell_mage_hot_streak',
'spell_mage_permafrost',
'spell_mage_polymorph');
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(235219,'spell_mage_cold_snap'),
(12846,'spell_mage_ignite'),
(44461,'spell_mage_living_bomb_explosion'),
(217694,'spell_mage_living_bomb_periodic'),
(136511,'spell_mage_ring_of_frost');

View File

@@ -4583,8 +4583,6 @@ void AddSC_generic_spell_scripts()
new spell_gen_increase_stats_buff("spell_dru_mark_of_the_wild");
new spell_gen_increase_stats_buff("spell_pri_power_word_fortitude");
new spell_gen_increase_stats_buff("spell_pri_shadow_protection");
new spell_gen_increase_stats_buff("spell_mage_arcane_brilliance");
new spell_gen_increase_stats_buff("spell_mage_dalaran_brilliance");
new spell_gen_interrupt();
new spell_gen_lifebloom("spell_hexlord_lifebloom", SPELL_HEXLORD_MALACRASS_LIFEBLOOM_FINAL_HEAL);
new spell_gen_lifebloom("spell_tur_ragepaw_lifebloom", SPELL_TUR_RAGEPAW_LIFEBLOOM_FINAL_HEAL);

File diff suppressed because it is too large Load Diff