From e13f82d18d16bb979c97d73cef507827c2f22e9d Mon Sep 17 00:00:00 2001 From: DoctorKraft Date: Sat, 11 Mar 2017 14:57:48 +0100 Subject: Core/Spell: Fixed mage Ice/Prismatic/Blazing Barrier spells Closes #19138 --- sql/updates/world/master/2017_03_11_02_world.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sql/updates/world/master/2017_03_11_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_03_11_02_world.sql b/sql/updates/world/master/2017_03_11_02_world.sql new file mode 100644 index 00000000000..a1e55261cfd --- /dev/null +++ b/sql/updates/world/master/2017_03_11_02_world.sql @@ -0,0 +1,9 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_mage_prismatic_barrier', 'spell_mage_blazing_barrier'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(235450, 'spell_mage_prismatic_barrier'), +(235313, 'spell_mage_blazing_barrier'); + +DELETE FROM `spell_proc_event` WHERE `entry` IN (11426, 235313); +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `spellFamilyMask3`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +(11426, 0, 3, 0, 0, 0, 0, 0, 1024, 0, 0, 0), +(235313, 0, 3, 0, 0, 0, 0, 0, 1024, 0, 0, 0); -- cgit v1.2.3