From b97fc0a87377e1dabc00575408e23cb5131e2619 Mon Sep 17 00:00:00 2001 From: blinkysc <37940565+blinkysc@users.noreply.github.com> Date: Sun, 17 May 2026 11:03:25 -0500 Subject: [PATCH] fix(DB/SAI): The Second Trial champions not attacking (#25879) Co-authored-by: blinkysc --- data/sql/updates/pending_db_world/rev_1779028290514284173.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 data/sql/updates/pending_db_world/rev_1779028290514284173.sql diff --git a/data/sql/updates/pending_db_world/rev_1779028290514284173.sql b/data/sql/updates/pending_db_world/rev_1779028290514284173.sql new file mode 100644 index 000000000..d1d5abc13 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1779028290514284173.sql @@ -0,0 +1 @@ +UPDATE `smart_scripts` SET `action_param6` = 2 WHERE `entryorguid` IN (17809, 17810, 17811, 17812) AND `source_type` = 0 AND `action_type` = 53;