aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorCerveciento <Cerveciento@users.noreply.github.com>2020-12-27 03:03:23 +0200
committerShauren <shauren.trinity@gmail.com>2022-03-05 16:50:27 +0100
commit344be17b5826fcd13ccf71700d5fd9702547e0c6 (patch)
tree0b02eeb9307e1a326dbaf3fdbdd6d023294f1939 /sql
parentfdc2b173b2e4c7ac1ea4d0d9b554553bbeb0a97e (diff)
DB/Quest: Add missing CompletionText to 2 quests
Closes #25752 (cherry picked from commit 06e5dfc6cf68e02b0f8bb0378830523e7591a8fc)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2022_03_05_25_world_2020_12_27_02_world_335.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_05_25_world_2020_12_27_02_world_335.sql b/sql/updates/world/master/2022_03_05_25_world_2020_12_27_02_world_335.sql
new file mode 100644
index 00000000000..40e1dafc07b
--- /dev/null
+++ b/sql/updates/world/master/2022_03_05_25_world_2020_12_27_02_world_335.sql
@@ -0,0 +1,3 @@
+--
+UPDATE `quest_request_items` SET `CompletionText` = 'Do not delay, $n. The Winterhoof Well\'s taint must be removed!', `VerifiedBuild` = 0 WHERE `ID` = 754;
+UPDATE `quest_request_items` SET `CompletionText` = 'When you have faced the challenge that lies before you, your understanding of strength of body and strength of heart will be fully realized. Until that time, I cannot help you further.', `VerifiedBuild` = 0 WHERE `ID` = 6002;