Skip to content

Commit

Permalink
fix(DB/SpellProc): Update Fists of fury proc chance to 5% (#21454)
Browse files Browse the repository at this point in the history
  • Loading branch information
demetrzz authored Mar 9, 2025
1 parent f7778cc commit 052c944
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/sql/updates/pending_db_world/fists_of_fury_ppm.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Increase Fists of fury proc chance to approx. 5%
UPDATE `spell_proc_event` SET `ppmRate` = 1.5 WHERE (`entry` = 41989);

0 comments on commit 052c944

Please sign in to comment.