From 1251939d42c1a39b11014dcdbde400275011bbc6 Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Sun, 12 Feb 2023 21:27:39 +0100 Subject: [PATCH] fix(DB/SAI): Fixed "Trapping the Light Fantastic" quest. (#14963) --- data/sql/updates/pending_db_world/rev_1676194422036481300.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1676194422036481300.sql diff --git a/data/sql/updates/pending_db_world/rev_1676194422036481300.sql b/data/sql/updates/pending_db_world/rev_1676194422036481300.sql new file mode 100644 index 000000000..87cabdeb9 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1676194422036481300.sql @@ -0,0 +1,4 @@ +-- +UPDATE `smart_scripts` SET `target_type`=19, `target_param1`=20635, `target_param2`=20 WHERE `entryorguid`=21926 AND `source_type`=0 AND `id`=2; +UPDATE `smart_scripts` SET `target_type`=19, `target_param1`=20771, `target_param2`=20 WHERE `entryorguid`=21926 AND `source_type`=0 AND `id`=3; +UPDATE `smart_scripts` SET `target_type`=23 WHERE `entryorguid`=21926 AND `source_type`=0 AND `id`=4;