fix(DB): chinese translations (#6148)
This commit is contained in:
parent
617a935ee4
commit
752038e25b
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1622447836581960000');
|
||||
|
||||
UPDATE `item_template_locale` SET `Name` = '完美反光茶晶石' , `Description` = '对应红色或黄色插槽。' WHERE `ID` = '41491' AND `locale` = 'zhCN';
|
||||
UPDATE `item_template_locale` SET `Name` = '完美閃爍的巨黃晶' , `Description` = '與紅色或黃色插槽相容。' WHERE `ID` = '41491' AND `locale` = 'zhTW';
|
||||
Loading…
Add table
Add a link
Reference in a new issue