diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2018-03-10 00:55:24 -0300 |
|---|---|---|
| committer | ariel- <ariel-@users.noreply.github.com> | 2018-03-10 00:55:24 -0300 |
| commit | bd3530dd1f71ce0cd4ce8368af3947cb525349b2 (patch) | |
| tree | 04dca3e36a2af41805d7badb3043353b165d51d0 /sql/updates | |
| parent | 6feee74c5aa5e5724e80bbbf546c4779ec1e648a (diff) | |
Core/Spells: move m_preCastSpell logic to scripts
- Bad name because it was actaully executed after effects
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2018_03_09_10_world_335.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_03_09_10_world_335.sql b/sql/updates/world/3.3.5/2018_03_09_10_world_335.sql new file mode 100644 index 00000000000..a478d1ba201 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_03_09_10_world_335.sql @@ -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'); |
