From 9b765aa2d6130cc434eae99d7d0fd58fd683f61b Mon Sep 17 00:00:00 2001 From: ZhengPeiRu21 <98835050+ZhengPeiRu21@users.noreply.github.com> Date: Thu, 3 Mar 2022 03:29:58 -0700 Subject: [PATCH] fix(DB/quest_request_items): typo in Salve via Hunting (#10833) --- data/sql/updates/pending_db_world/rev_1645899379343826300.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1645899379343826300.sql diff --git a/data/sql/updates/pending_db_world/rev_1645899379343826300.sql b/data/sql/updates/pending_db_world/rev_1645899379343826300.sql new file mode 100644 index 000000000..1441e39c9 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1645899379343826300.sql @@ -0,0 +1,3 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1645899379343826300'); + +UPDATE `quest_request_items` SET `CompletionText` = "Possessing a Cenarion Beacon allows one to see a corrupted soul shard on those tainted beasts that are put down for the greater good. I grind shards into a usable reagent that goes into making Cenarion plant salve. We will use that salve to turn corrupted plants into healthy ones again.$b$bIn exchange for these shards, I will give you some Cenarion plant salves I have already prepared." WHERE `id` IN (4103, 4108, 5882, 5887);