DB/Spells: fixed Find Weakness talent

This commit is contained in:
Ovahlord
2018-11-01 01:03:05 +01:00
parent 02e37d7556
commit e4d3fdfcb8

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_proc` WHERE `SpellId` IN (-51632);
INSERT INTO `spell_proc` (`SpellId`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `Cooldown`, `Charges`, `Chance`) VALUES
(-51632, 8, 0x00000200 | 0x00000100 | 0x00000400, 0, 0, 0, 1 | 4, 2, 0, 0, 0, 0, 0);