Skip to content

Commit 1085643

Browse files
ze10rccrs
authored andcommitted
DB/Quest: Fix "The Hunt Begins" "A Task Unfinished" ruRU locales
closes #31233
1 parent dbc8b46 commit 1085643

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
-- The Hunt Begins
2+
UPDATE `quest_request_items_locale` SET `CompletionText` = 'Добыча пищи и перьев для племени – первый шаг на пути к завоеванию расположения вождя.' WHERE `id` = 747 AND `locale` = 'ruRU';
3+
4+
-- A Task Unfinished
5+
UPDATE `quest_request_items_locale` SET `CompletionText` = 'Приветствую! Чем Каут может вам помочь?$B$BПуть сюда от самого плато неблизок: кто-то всю дорогу думает об уставших мышцах и стертых ногах, а кто-то наслаждается великолепными пейзажами... А вы что скажете?' WHERE `id` = 1656 AND `locale` = 'ruRU';

0 commit comments

Comments
 (0)