fix(DB/spell_proc_event): Shamanistic Rage ppm (#17499)

This commit is contained in:
avarishd 2023-10-17 00:45:07 +03:00 committed by GitHub
parent 3fe064c197
commit 6c575e3f6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
-- Shamanistic Rage PPM 10 -> 18
UPDATE `spell_proc_event` SET `ppmRate` = 18 WHERE `entry` = 30823;