Core/Spells: Move Missile Barrage, Hot Streak and Brain Freeze mage talents to proc system. Also implement T8 4P Bonus.

Closes #1536
This commit is contained in:
ariel-
2016-08-31 22:43:19 -03:00
parent 9f15482b84
commit 81ec57b94f
3 changed files with 30 additions and 8 deletions

View File

@@ -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);