fix(DB/SpellProc): Update Fists of fury proc chance to 5% (#21454)

This commit is contained in:
Paul
2025-03-10 00:13:49 +03:00
committed by GitHub
parent f7778ccaf5
commit 052c944880

View File

@@ -0,0 +1,2 @@
-- Increase Fists of fury proc chance to approx. 5%
UPDATE `spell_proc_event` SET `ppmRate` = 1.5 WHERE (`entry` = 41989);