From 06e5dfc6cf68e02b0f8bb0378830523e7591a8fc Mon Sep 17 00:00:00 2001 From: Cerveciento Date: Sun, 27 Dec 2020 03:03:23 +0200 Subject: DB/Quest: Add missing CompletionText to 2 quests Closes #25752 --- sql/updates/world/3.3.5/2020_12_27_02_world_335.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_12_27_02_world_335.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2020_12_27_02_world_335.sql b/sql/updates/world/3.3.5/2020_12_27_02_world_335.sql new file mode 100644 index 00000000000..40e1dafc07b --- /dev/null +++ b/sql/updates/world/3.3.5/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; -- cgit v1.2.3