mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 14:46:24 +00:00
fix(DB/Item) Flamewrought Key zhCN translation (#4365)
* Update item_template_locale.sql * Revert changes to base sql files * zhCN translation for Flamewrought Key Created a pending_db_world sql file to add zhCN translations for Flamewrought Key * Cleanup * Cleanup * Update data/sql/updates/pending_db_world/rev_1611865917828980400.sql Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com> * Update rev_1611865917828980400.sql backticks for `locale`
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1611865917828980400');
|
||||
DELETE FROM `item_template_locale` WHERE `ID` IN (30622,30637) and `locale` = 'zhCN';
|
||||
INSERT INTO `item_template_locale` (`ID`, `locale`, `Name`, `Description`, `VerifiedBuild`) VALUES
|
||||
(30622, 'zhCN', '焰铸钥匙', '允许你进入英雄难度的地狱火堡垒地下城。', 15050),
|
||||
(30637, 'zhCN', '焰铸钥匙', '允许你进入英雄难度的地狱火堡垒地下城。', 15050);
|
||||
Reference in New Issue
Block a user