DB/Texts: Fix CompletionText of quests 191 and 192

Closes #25499
This commit is contained in:
Cerveciento
2020-09-27 02:43:56 +03:00
committed by offl
parent aa7b93b99f
commit 24c798ddac

View File

@@ -0,0 +1,2 @@
UPDATE `quest_request_items` SET `CompletionText` = 'Go kill 10 panthers! Show us what you\'ve got!', `VerifiedBuild` = 0 WHERE `ID` = 191;
UPDATE `quest_request_items` SET `CompletionText` = 'What are you doing here, $n! You should be crawling through the brush, trying to kill 10 Shadowmaw Panthers. I thought you fancied yourself a big game $c? ', `VerifiedBuild` = 0 WHERE `ID` = 192;