From 1d969fe8af9ae029dda07a5ad1b25f4987650c7e Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Fri, 24 Mar 2023 17:35:05 +0100 Subject: [PATCH] =?UTF-8?q?fix(DB/SAI):=20Shadowmoon=20Warlock's=20Fel=20P?= =?UTF-8?q?ower=20should=20be=20used=20out=20of=20com=E2=80=A6=20(#15104)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(DB/SAI): Shadowmoon Warlock's Fel Power shoudl be used out of combat on nearby Felguard Brute or Felguard Annihilator. Fixes #13819 * Update --- data/sql/updates/pending_db_world/rev_1676743728527320400.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1676743728527320400.sql diff --git a/data/sql/updates/pending_db_world/rev_1676743728527320400.sql b/data/sql/updates/pending_db_world/rev_1676743728527320400.sql new file mode 100644 index 000000000..f644454cd --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1676743728527320400.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `event_type`=1, `event_flags`=6, `event_param1`=2000, `event_param2`=6000, `event_param3`=18000, `event_param4`=24000, `action_param2`=0, `target_type`=1 WHERE `entryorguid`=17371 AND `source_type`=0 AND `id`=5;