From 72f89105c8182d6a4963ada1832ebeebd36554c3 Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Sun, 28 Aug 2022 01:18:43 +0200 Subject: [PATCH] =?UTF-8?q?fix(DB/Spells):=20Glyph=20of=20Blocking=20shoul?= =?UTF-8?q?d=20proc=20on=20Shield=20Slam=20use=20rath=E2=80=A6=20(#12865)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ...er than on hit. --- data/sql/updates/pending_db_world/rev_1661595588546954500.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1661595588546954500.sql diff --git a/data/sql/updates/pending_db_world/rev_1661595588546954500.sql b/data/sql/updates/pending_db_world/rev_1661595588546954500.sql new file mode 100644 index 000000000..a9727f5d3 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1661595588546954500.sql @@ -0,0 +1,2 @@ +-- +UPDATE `spell_proc_event` SET `procPhase`=1 WHERE `entry`=58375;