From cfcde268c44c87460bddfb4fff6787a804be9cfc Mon Sep 17 00:00:00 2001 From: v-mstrs <104088833+v-mstrs@users.noreply.github.com> Date: Sat, 8 Jul 2023 21:13:07 +0200 Subject: [PATCH] chore(DB/Quest): Fix typo in quest reward offer text for ID 9145 (#16686) --- data/sql/updates/pending_db_world/rev_1688730531283365116.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1688730531283365116.sql diff --git a/data/sql/updates/pending_db_world/rev_1688730531283365116.sql b/data/sql/updates/pending_db_world/rev_1688730531283365116.sql new file mode 100644 index 000000000..7a785b9bf --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1688730531283365116.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_offer_reward` SET `RewardText` = 'Good to hear that Lethvalin made it to safety, and that he was smart enough to ask you for help instead of just waiting there.$B$BI hope that Ranger Salissa made it safely to Farstrider Enclave.' WHERE (`ID` = 9145);