DB/Spells: Fury Swipes will now have a 3 seconds proc cooldown to match tooltip information

This commit is contained in:
Ovahlord
2019-08-30 12:16:49 +02:00
parent 5657e61b24
commit 8f34b8cbf3

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_proc` WHERE `SpellId` -48532;
INSERT INTO `spell_proc` (`SpellId`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `Cooldown`) VALUES
(-48532, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3000);