fix(DB/SpellProc): Update Fists of fury proc chance to 5% (#21454)
This commit is contained in:
parent
f7778ccaf5
commit
052c944880
1 changed files with 2 additions and 0 deletions
2
data/sql/updates/pending_db_world/fists_of_fury_ppm.sql
Normal file
2
data/sql/updates/pending_db_world/fists_of_fury_ppm.sql
Normal 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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue