From bd3530dd1f71ce0cd4ce8368af3947cb525349b2 Mon Sep 17 00:00:00 2001 From: ariel- Date: Sat, 10 Mar 2018 00:55:24 -0300 Subject: Core/Spells: move m_preCastSpell logic to scripts - Bad name because it was actaully executed after effects --- sql/updates/world/3.3.5/2018_03_09_10_world_335.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_03_09_10_world_335.sql (limited to 'sql/updates') 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'); -- cgit v1.2.3