From a8be89f12150735b2baed1b978b09a0341a9ec13 Mon Sep 17 00:00:00 2001 From: Gultask <100873791+Gultask@users.noreply.github.com> Date: Sat, 25 Jul 2026 04:48:20 -0300 Subject: [PATCH] fix(DB/SAI): Group Completion for A Righteous Sermon (12321) (#26784) --- data/sql/updates/pending_db_world/rev_1784942926675029900.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1784942926675029900.sql diff --git a/data/sql/updates/pending_db_world/rev_1784942926675029900.sql b/data/sql/updates/pending_db_world/rev_1784942926675029900.sql new file mode 100644 index 000000000..ee2c81507 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1784942926675029900.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `action_type` = 26, `target_type` = 16 WHERE (`entryorguid` = 2731600) AND (`source_type` = 9) AND (`id` IN (34));