mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 21:57:01 +01:00
Core/Spells: Updated mage spell scripts
This commit is contained in:
28
sql/updates/world/master/2017_08_26_01_world.sql
Normal file
28
sql/updates/world/master/2017_08_26_01_world.sql
Normal 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');
|
||||
@@ -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
Reference in New Issue
Block a user