fix(DB/Translation): Chinese translation of two quests (#11867)
fix 2 quests Chinese Translation * update `Slaves of the Stormforged` quest Chinese translation * update `Waterlogged Recipe` quest Chinese translation
This commit is contained in:
parent
7b4e1ef7d3
commit
84ccf508ef
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
-- update `Slaves of the Stormforged` quest Chinese translation
|
||||
UPDATE `quest_template_locale` SET `ObjectiveText1` = '解救机械侏儒俘虏' WHERE `ID` = 12957 AND `locale` = 'zhCN';
|
||||
|
||||
-- update `Waterlogged Recipe` quest Chinese translation
|
||||
UPDATE `quest_template_locale` SET `CompletedText` = '去达拉然找再来一杯的克莉丝蒂·斯多克顿。' WHERE `ID` = 14203 AND `locale` = 'zhCN';
|
||||
Loading…
Add table
Add a link
Reference in a new issue