diff options
author | Cerveciento <Cerveciento@users.noreply.github.com> | 2020-12-27 03:03:23 +0200 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2020-12-27 03:03:23 +0200 |
commit | 06e5dfc6cf68e02b0f8bb0378830523e7591a8fc (patch) | |
tree | 97314b14d0af7d96d7251de2352d3fda78276926 | |
parent | 290f2c2fbf7b77ba7ff94702aeedd54b37acac1b (diff) |
DB/Quest: Add missing CompletionText to 2 quests
Closes #25752
-rw-r--r-- | sql/updates/world/3.3.5/2020_12_27_02_world_335.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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; |