fix(DB/quest_template): correct objective tracker (#7711)
Correct objective tracker Add correct translation for other languages
This commit is contained in:
parent
1f893f9796
commit
a55309403c
1 changed files with 9 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630703356735581407');
|
||||
|
||||
-- Change to correct objective tracker and add correct translate objective
|
||||
|
||||
UPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Count Remington Ridgewell at Stormwind Keep in Stormwind City' WHERE `ID` = 543;
|
||||
-- zhCN
|
||||
UPDATE `quest_template_locale` SET `CompletedText` = '将匹瑞诺德王冠带给暴风城的雷明顿·瑞治维尔。' WHERE `ID` = 543 AND `locale` = 'zhCN';
|
||||
-- zhTW
|
||||
UPDATE `quest_template_locale` SET `CompletedText` = '将匹瑞诺德王冠带给暴风城的雷明顿·瑞治维尔。' WHERE `ID` = 543 AND `locale` = 'zhTW';
|
||||
Loading…
Add table
Add a link
Reference in a new issue