DB/Spells: added and updated proc data for Lightweave Embroidery

This commit is contained in:
Ovahlord
2022-03-10 20:45:44 +01:00
parent 5f2b1e45e4
commit a6809465b5

View File

@@ -0,0 +1,4 @@
DELETE FROM `spell_proc` WHERE `SpellId` IN (55640, 75171);
INSERT INTO `spell_proc` (`SpellId`, `SpellTypeMask`, `SpellPhaseMask`, `Cooldown`) VALUES
(55640, 0x1 | 0x2, 0x1, 60000),
(75171, 0x1 | 0x2, 0x1, 64000);