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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;