DB/Spells: fixed Retribution Paladin T13 2p set bonus

This commit is contained in:
Ovahlord
2018-08-01 02:57:24 +02:00
parent 47263fb72c
commit 64796f1121

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_proc` WHERE `SpellId`= 105765;
INSERT INTO `spell_proc` (`SpellId`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `Cooldown`, `Charges`, `Chance`) VALUES
(105765, 10, 0x00800000, 0, 0x00000008, 0, 1, 1, 0, 0, 0, 0, 0);