fix(DB/Spells): Added 500ms cooldown to Flurry proc. (#13002)

This commit is contained in:
UltraNix
2022-09-14 03:20:47 +02:00
committed by GitHub
parent f01459553f
commit 84552b53da
2 changed files with 23 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
--
UPDATE `spell_proc_event` SET `Cooldown`=0 WHERE `entry`=-16256;
UPDATE `spell_proc_event` SET `Cooldown`=500 WHERE `entry`=-16257;