DB/Spell: add some proc entries to spells that should proc on cast

Closes #19124
This commit is contained in:
ariel-
2017-02-22 17:31:19 -03:00
parent f948ae80fc
commit 0c372abac7

View File

@@ -0,0 +1,5 @@
DELETE FROM `spell_proc` WHERE `SpellId` IN (12043,16166,17116);
INSERT INTO `spell_proc` (`SpellId`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `ProcsPerMinute`, `Chance`, `Cooldown`, `Charges`) VALUES
(12043, 0, 3, 0x61400035, 0x00001000, 0x00000000, 0, 0x7, 0x1, 0x0, 0x8, 0, 0, 0, 0), -- Presence of Mind
(16166, 0, 11, 0x00000003, 0x00001000, 0x00000000, 0, 0x7, 0x1, 0x0, 0x8, 0, 0, 0, 0), -- Elemental Mastery
(17116, 0, 7, 0x10000261, 0x02000020, 0x00008000, 0, 0x7, 0x1, 0x0, 0x8, 0, 0, 0, 0); -- Nature's Swiftness