From 6c575e3f6a2f6168729bbfcbb5404cd3c290e78f Mon Sep 17 00:00:00 2001 From: avarishd <46330494+avarishd@users.noreply.github.com> Date: Tue, 17 Oct 2023 00:45:07 +0300 Subject: [PATCH] fix(DB/spell_proc_event): Shamanistic Rage ppm (#17499) --- data/sql/updates/pending_db_world/rev_1697195727896791400.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1697195727896791400.sql diff --git a/data/sql/updates/pending_db_world/rev_1697195727896791400.sql b/data/sql/updates/pending_db_world/rev_1697195727896791400.sql new file mode 100644 index 000000000..01c5a39ad --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1697195727896791400.sql @@ -0,0 +1,2 @@ +-- Shamanistic Rage PPM 10 -> 18 +UPDATE `spell_proc_event` SET `ppmRate` = 18 WHERE `entry` = 30823;