From 9ccdb1dcdf737ebdf6af601e0b08498ea61d86ea Mon Sep 17 00:00:00 2001 From: Samsequel <20357406+Samsequel@users.noreply.github.com> Date: Wed, 19 Jul 2023 07:53:47 +0200 Subject: [PATCH] fix(DB/Spell): Badge of the Swarmguard PPM fix (#16777) --- data/sql/updates/pending_db_world/badgeoftheswarmguard.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/badgeoftheswarmguard.sql diff --git a/data/sql/updates/pending_db_world/badgeoftheswarmguard.sql b/data/sql/updates/pending_db_world/badgeoftheswarmguard.sql new file mode 100644 index 000000000..c854ed539 --- /dev/null +++ b/data/sql/updates/pending_db_world/badgeoftheswarmguard.sql @@ -0,0 +1,3 @@ +-- +UPDATE `spell_proc_event` SET `ppmRate` = 10 WHERE `entry` = 26480; +UPDATE `spell_proc_event` SET `procFlags` = 68 WHERE `entry` = 26480;