DB/Quest: Add missing CompletionText to 2 quests

Closes #25752
This commit is contained in:
Cerveciento
2020-12-27 03:03:23 +02:00
committed by offl
parent 290f2c2fbf
commit 06e5dfc6cf

View File

@@ -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;