From db877ab99b66581e79a86f72c6e3222573425221 Mon Sep 17 00:00:00 2001 From: "@cgrahamseven" Date: Thu, 6 Feb 2025 05:37:35 -0600 Subject: [PATCH] fix(DB/SAI): Add target type correction for spell 43458 (Secrets of Wyrmskull) (#20294) Co-authored-by: cgrahamseven --- data/sql/updates/pending_db_world/rev_1729891925644004000.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1729891925644004000.sql diff --git a/data/sql/updates/pending_db_world/rev_1729891925644004000.sql b/data/sql/updates/pending_db_world/rev_1729891925644004000.sql new file mode 100644 index 000000000..41b2a887f --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1729891925644004000.sql @@ -0,0 +1,4 @@ +-- Fix quest 11343 so that quest credit spell is cast on caster, not player +UPDATE `smart_scripts` +SET `target_type` = 1 +WHERE `entryorguid` = 2431400 AND `action_type` = 11 AND `action_param1` = 43458;