fix(Spells/Paladin) remove custom cooldown and procFlags from Judgement of Wisdom/Light (#22018)

This commit is contained in:
Tereneckla 2025-05-10 19:51:30 +02:00 committed by GitHub
parent 3f527c54e3
commit 83adff44e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -0,0 +1,2 @@
--
UPDATE `spell_proc_event` SET `procFlags` = 0 WHERE `entry` IN (20186, 20185);