From 81ec57b94f2ded0504a3d4755d6cc410c93597ff Mon Sep 17 00:00:00 2001 From: ariel- Date: Wed, 31 Aug 2016 22:43:19 -0300 Subject: Core/Spells: Move Missile Barrage, Hot Streak and Brain Freeze mage talents to proc system. Also implement T8 4P Bonus. Closes #1536 --- sql/updates/world/3.3.5/2016_08_31_01_world_335.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_08_31_01_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_08_31_01_world_335.sql b/sql/updates/world/3.3.5/2016_08_31_01_world_335.sql new file mode 100644 index 00000000000..54c4e162e1a --- /dev/null +++ b/sql/updates/world/3.3.5/2016_08_31_01_world_335.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (44401, 48108, 57761); +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +(44401, 0, 3, 0x00000800, 0x00000000, 0x00000000, 4096, 0, 0, 0, 0), +(48108, 0, 3, 0x00400000, 0x00000000, 0x00000000, 65536, 0, 0, 0, 0), +(57761, 0, 3, 0x00000001, 0x00001000, 0x00000000, 65536, 0, 0, 0, 0); -- cgit v1.2.3