fix(DB/Spell): Serendipity should proc off on cast rather than on hit. (#13805)

This commit is contained in:
UltraNix 2022-11-16 05:16:39 +01:00 committed by GitHub
parent 66bb2e9f20
commit cc3623775f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
--
UPDATE `spell_proc_event` SET `procPhase`=1 WHERE `entry`=-63730;