From cc3623775fcb2f08aa2d0e075aa0515afcac1667 Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Wed, 16 Nov 2022 05:16:39 +0100 Subject: [PATCH] fix(DB/Spell): Serendipity should proc off on cast rather than on hit. (#13805) --- data/sql/updates/pending_db_world/rev_1668355497035231700.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1668355497035231700.sql diff --git a/data/sql/updates/pending_db_world/rev_1668355497035231700.sql b/data/sql/updates/pending_db_world/rev_1668355497035231700.sql new file mode 100644 index 000000000..404195413 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1668355497035231700.sql @@ -0,0 +1,2 @@ +-- +UPDATE `spell_proc_event` SET `procPhase`=1 WHERE `entry`=-63730;