mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB): chinese translations (#6148)
This commit is contained in:
@@ -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';
|
||||
Reference in New Issue
Block a user