fix(DB/Spell): Badge of the Swarmguard PPM fix (#16777)

This commit is contained in:
Samsequel
2023-07-19 07:53:47 +02:00
committed by GitHub
parent 710f3fe7b1
commit 9ccdb1dcdf

View File

@@ -0,0 +1,3 @@
--
UPDATE `spell_proc_event` SET `ppmRate` = 10 WHERE `entry` = 26480;
UPDATE `spell_proc_event` SET `procFlags` = 68 WHERE `entry` = 26480;