mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-27 22:16:11 +00:00
fix(DB/Spells): Port Proc Cooldowns from old spell_proc_event table (#24878)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
--
|
||||
DELETE FROM `spell_proc` WHERE `SpellId` IN (21747,24256,27997,28460,33511,33522,38319,40303,43730,43983,45396,45398,45444,55717);
|
||||
INSERT INTO `spell_proc` (`SpellId`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `DisableEffectsMask`, `ProcsPerMinute`, `Chance`, `Cooldown`, `Charges`) VALUES
|
||||
(21747, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 50000, 0), -- Lawbringer
|
||||
(24256, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 240000, 0), -- Primal Blessing Trigger DND
|
||||
(27997, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 50000, 0), -- Spellsurge Trigger
|
||||
(28460, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 5000, 0), -- Wail of Souls
|
||||
(33511, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 17000, 0), -- Mana Restore
|
||||
(33522, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 25000, 0), -- Mana Restore 2
|
||||
(38319, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 50000, 0), -- Forgotten Knowledge
|
||||
(40303, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1000, 0), -- Spell Bomb
|
||||
(43730, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 8000, 0), -- Stormchops
|
||||
(43983, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 500, 0), -- Energy Storm
|
||||
(45396, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 45000, 0), -- Blessed Weapon Coating
|
||||
(45398, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 45000, 0), -- Righteous Weapon Coating
|
||||
(45444, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 45000, 0), -- Bonfire's Blessing
|
||||
(55717, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 5000, 0); -- Wail of Souls
|
||||
Reference in New Issue
Block a user