mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 11:21:58 +01:00
Core/Spells: move m_preCastSpell logic to scripts
- Bad name because it was actaully executed after effects
This commit is contained in:
7
sql/updates/world/3.3.5/2018_03_09_10_world_335.sql
Normal file
7
sql/updates/world/3.3.5/2018_03_09_10_world_335.sql
Normal 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');
|
||||
Reference in New Issue
Block a user