mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
fix(DB/item_template_locale): 'Viewing Room Key' translations (#11370)
* fix(DB/item_template_locale): Spanish key translation * Update rev_1649704204212585721.sql * add ruRU, koKR, zhCN, frFR * Update rev_1649704204212585721.sql
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1649704204212585721');
|
||||
|
||||
DELETE FROM `item_template_locale` WHERE `ID`=13873 AND `locale` IN ('esES','esMX','ruRU','koKR','zhCN','frFR');
|
||||
INSERT INTO `item_template_locale` (`ID`, `locale`, `Name`, `Description`, `VerifiedBuild`) VALUES
|
||||
(13873, 'esES', 'Llave de la Sala de visión', '', 0),
|
||||
(13873, 'esMX', 'Llave de la Sala de visión', '', 0),
|
||||
(13873, 'ruRU', 'Ключ от смотровой', '', 0),
|
||||
(13873, 'koKR', '강당 열쇠', '', 0),
|
||||
(13873, 'zhCN', '观察室钥匙', '', 0),
|
||||
(13873, 'frFR', 'Clé de la Chambre des visions', '', 0);
|
||||
|
||||
Reference in New Issue
Block a user