Core/Spells: move m_preCastSpell logic to scripts

- Bad name because it was actaully executed after effects
This commit is contained in:
ariel-
2018-03-10 00:55:24 -03:00
parent 6feee74c5a
commit bd3530dd1f
6 changed files with 148 additions and 53 deletions

View File

@@ -0,0 +1,7 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_mage_frostfire_bolt','spell_mage_ice_block','spell_pal_immunities');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(-44614, 'spell_mage_frostfire_bolt'),
( 45438, 'spell_mage_ice_block'),
( 498, 'spell_pal_immunities'),
( 642, 'spell_pal_immunities'),
( -1022, 'spell_pal_immunities');