From 27ca37d673e9e228cc6054b5367db2baa408404e Mon Sep 17 00:00:00 2001 From: thomasjteachey <81936627+thomasjteachey@users.noreply.github.com> Date: Wed, 10 Dec 2025 18:11:57 -0500 Subject: [PATCH] =?UTF-8?q?fix(DB/SAI):=20spell=20proc=20event=20phase=20m?= =?UTF-8?q?ask=20changed=20to=20on=20hit=20for=20entrap=E2=80=A6=20(#23906?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/sql/updates/pending_db_world/rev_1764947082648679500.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1764947082648679500.sql diff --git a/data/sql/updates/pending_db_world/rev_1764947082648679500.sql b/data/sql/updates/pending_db_world/rev_1764947082648679500.sql new file mode 100644 index 000000000..7b1e52b4e --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1764947082648679500.sql @@ -0,0 +1,2 @@ +-- +UPDATE `spell_proc_event` SET `procPhase`=2 WHERE `entry`=-19184;