DB/Spells/Procs: Battlegear of Eternal Justice, paladins AQ20 set

Closes #22503

(cherry picked from commit 99f6d0f79d)
This commit is contained in:
Nyeriah
2018-09-24 16:45:32 +02:00
committed by Shauren
parent b6e9b9a57c
commit eb1897dc42

View File

@@ -0,0 +1,6 @@
-- Battlegear of Eternal Justice
UPDATE `spell_proc` SET `ProcFlags` = `ProcFlags` |16 WHERE `SpellId` = 26135;
-- judgement set bonus
DELETE FROM `spell_proc` WHERE `SpellId` = 23591;
INSERT INTO `spell_proc` (`SpellId`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `ProcsPerMinute`, `Chance`, `Cooldown`, `Charges`) VALUES
(23591, 0, 10, 8388608, 0, 0, 16, 0, 2, 0, 2, 0, 0, 0, 0);