From 3cfa908f108ce81165e7336d2c6c37af8aa69fcb Mon Sep 17 00:00:00 2001 From: neifion-00000000 <91289495+neifion-00000000@users.noreply.github.com> Date: Fri, 24 Mar 2023 11:38:01 -0500 Subject: [PATCH] =?UTF-8?q?fix(DB/SAI):=20Authentic=20delay=20on=20dialog?= =?UTF-8?q?=20for=20Verna=20and=20Farmer=E2=80=A6=20(#15560)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(db/smart_scripts): Authentic delay on dialog for Verna and Farmer Furlbrow --- data/sql/updates/pending_db_world/rev_1679636920097451700.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1679636920097451700.sql diff --git a/data/sql/updates/pending_db_world/rev_1679636920097451700.sql b/data/sql/updates/pending_db_world/rev_1679636920097451700.sql new file mode 100644 index 000000000..da82c2597 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1679636920097451700.sql @@ -0,0 +1,4 @@ +-- +-- Slows the repeat behavior of NPCs 237 (Verna Furlbrow) and 238 (Farmer Furlbrow) dialogue to be authentic +UPDATE `smart_scripts` SET `event_param3`=1202000, `event_param4`=1202000 WHERE `entryorguid`=237 AND `source_type`=0 AND `id`=0 AND `link`=0; +UPDATE `smart_scripts` SET `event_param3`=1666000, `event_param4`=1666000 WHERE `entryorguid`=238 AND `source_type`=0 AND `id`=0 AND `link`=0;