From 26b74c8714015b8784a7e73be5cc96458969fb75 Mon Sep 17 00:00:00 2001 From: Skjalf <47818697+Nyeriah@users.noreply.github.com> Date: Sat, 11 Dec 2021 07:32:21 -0300 Subject: [PATCH] fix(DB/SAI): Correct target for some Dalaran vendor welcome texts (#9516) --- data/sql/updates/pending_db_world/rev_1638711560534239900.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1638711560534239900.sql diff --git a/data/sql/updates/pending_db_world/rev_1638711560534239900.sql b/data/sql/updates/pending_db_world/rev_1638711560534239900.sql new file mode 100644 index 000000000..9354e5d89 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1638711560534239900.sql @@ -0,0 +1,4 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1638711560534239900'); + +-- Ildine Sorrowspear / Edward Egan +UPDATE `smart_scripts` SET `action_param3` = 1 WHERE `entryorguid` IN (28714, 28727) AND `source_type` = 0;