diff --git a/data/sql/updates/pending_db_world/fists_of_fury_ppm.sql b/data/sql/updates/pending_db_world/fists_of_fury_ppm.sql new file mode 100644 index 000000000..2622e967b --- /dev/null +++ b/data/sql/updates/pending_db_world/fists_of_fury_ppm.sql @@ -0,0 +1,2 @@ +-- Increase Fists of fury proc chance to approx. 5% +UPDATE `spell_proc_event` SET `ppmRate` = 1.5 WHERE (`entry` = 41989);