From 95ae8d3feb3d922ef94bfaa54ccc7f7f0b25f9aa Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Mon, 16 Jan 2023 02:01:42 +0100 Subject: [PATCH] =?UTF-8?q?fix(DB/SAI):=20Underbog=20Shambler's=20Fungal?= =?UTF-8?q?=20Regrowth=20should=20be=20casted=20on=20=E2=80=A6=20(#14560)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(DB/SAI): Underbog Shambler's Fungal Regrowth should be casted on friendly targets. Fixes #13976 --- data/sql/updates/pending_db_world/rev_1673166524661067000.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1673166524661067000.sql diff --git a/data/sql/updates/pending_db_world/rev_1673166524661067000.sql b/data/sql/updates/pending_db_world/rev_1673166524661067000.sql new file mode 100644 index 000000000..256b4663c --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1673166524661067000.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `event_type`=74, `event_flags`=`event_flags`&~1, `event_param3`=2500, `event_param4`=2500, `event_param5`=40 WHERE `entryorguid`=17871 AND `source_type`=0 AND `id` IN (2,3);