mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
fix(DB/SpellProc): Update Fists of fury proc chance to 5% (#21454)
This commit is contained in:
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);
|
||||
Reference in New Issue
Block a user