From 585184b639e4bc474dc8ba288950af59c7b812c3 Mon Sep 17 00:00:00 2001 From: blinkysc <37940565+blinkysc@users.noreply.github.com> Date: Thu, 26 Feb 2026 02:49:52 -0600 Subject: [PATCH] fix(DB/Proc): Add missing NONE DmgClass proc flags to Blue Dragon (#24890) Co-authored-by: blinkysc --- data/sql/updates/pending_db_world/rev_1772086971482356750.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1772086971482356750.sql diff --git a/data/sql/updates/pending_db_world/rev_1772086971482356750.sql b/data/sql/updates/pending_db_world/rev_1772086971482356750.sql new file mode 100644 index 000000000..a2ce8e378 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1772086971482356750.sql @@ -0,0 +1,2 @@ +-- Darkmoon Card: Blue Dragon - add NONE DmgClass proc flags and fix phase to CAST +UPDATE `spell_proc` SET `ProcFlags` = 0x15400, `SpellPhaseMask` = 1 WHERE `SpellId` = 23688;