From 6dcf6be97e24f3c3ae7a00772fafd04fd47dec8b Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Mon, 16 Jan 2023 01:59:58 +0100 Subject: [PATCH] =?UTF-8?q?fix(DB/SAI):=20Underbog=20Shambler's=20Itchy=20?= =?UTF-8?q?Spores=20should=20be=20casted=20on=20ran=E2=80=A6=20(#14561)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(DB/SAI): Underbog Shambler's Itchy Spores should be casted on random targets. Fixes #13975 --- data/sql/updates/pending_db_world/rev_1673171934584713900.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1673171934584713900.sql diff --git a/data/sql/updates/pending_db_world/rev_1673171934584713900.sql b/data/sql/updates/pending_db_world/rev_1673171934584713900.sql new file mode 100644 index 000000000..7ca4ed13c --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1673171934584713900.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `target_type`=5 WHERE `entryorguid`=17871 AND `source_type`=0 AND `id` IN (0,1);