DB/Items: fixed procs for Darkmoon Cards and festival trinkets

This commit is contained in:
Ovahlord
2018-07-04 21:28:26 +02:00
parent 0bbdfc184f
commit 94a7b7039e

View File

@@ -0,0 +1,10 @@
DELETE FROM `spell_proc` WHERE `spellId` IN (89086, 89088, 89183, 101292, 101290, 101288);
INSERT INTO `spell_proc` (`SpellId`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `Chance`, `AttributesMask`, `Cooldown`) VALUES
-- Darkmoon Cards
(89086, 0, 0, 0x0, 0x0, 0x0, 0x00000154, 0x1, 0x2, 0x0, 5, 0x0, 0),
(89088, 0, 0, 0x0, 0x0, 0x0, 0x00050000, 0x1, 0x2, 0x0, 0, 0x0, 45000),
(89183, 0, 0, 0x0, 0x0, 0x0, 0x00044000, 0x2, 0x2, 0x0, 0, 0x0, 7000),
-- Festival Trinkets
(101292, 0, 0, 0x0, 0x0, 0x0, 0x00010000, 0x1, 0x1, 0x0, 0, 0x0, 50000),
(101290, 0, 0, 0x0, 0x0, 0x0, 0x00044000, 0x2, 0x2, 0x0, 0, 0x0, 50000),
(101288, 0, 0, 0x0, 0x0, 0x0, 0x00000154, 0x1, 0x2, 0x0, 0, 0x0, 50000);