From a8e17946fb5968f1c61e965c804e6903053f3712 Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Sun, 1 Jan 2023 22:33:05 +0100 Subject: [PATCH] fix(DB/SAI): Fen Ray should cast Psychic Horror on random target. (#14464) Fixes #13981 --- data/sql/updates/pending_db_world/rev_1672587966569522600.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1672587966569522600.sql diff --git a/data/sql/updates/pending_db_world/rev_1672587966569522600.sql b/data/sql/updates/pending_db_world/rev_1672587966569522600.sql new file mode 100644 index 000000000..a14068d92 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1672587966569522600.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `target_type`=5 WHERE `entryorguid`=17731 AND `source_type`=0 AND `id`=0;