From 62e3451cd9ead1c72c36e0749fc02ece2203e648 Mon Sep 17 00:00:00 2001 From: Angelo Venturini Date: Sun, 2 Oct 2022 08:08:01 -0300 Subject: [PATCH] fix(DB/Quest): The Alliance Needs Silk Bandages completion text (#13202) --- data/sql/updates/pending_db_world/rev_1664667583199432200.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1664667583199432200.sql diff --git a/data/sql/updates/pending_db_world/rev_1664667583199432200.sql b/data/sql/updates/pending_db_world/rev_1664667583199432200.sql new file mode 100644 index 000000000..6a71fa5b9 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1664667583199432200.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_offer_reward` SET `RewardText` = '$C, you did it! Thanks to you we are another step closer to achieving our goal with silk bandages. I\'ll get them stored away, and then we can talk more if you like.' WHERE (`ID` = 8520);