mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
fix(DB/Spells): Added 500ms cooldown to Flurry proc. (#13002)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
UPDATE `spell_proc_event` SET `Cooldown`=0 WHERE `entry`=-16256;
|
||||
UPDATE `spell_proc_event` SET `Cooldown`=500 WHERE `entry`=-16257;
|
||||
|
||||
Reference in New Issue
Block a user