From 562be05d688882f24224ec02a25d331ce9e3481e Mon Sep 17 00:00:00 2001 From: mpfans Date: Sat, 28 Jan 2023 18:03:32 +0800 Subject: [PATCH] fix(DB/item_template_locale): Add Chinese translation for 'Wand of Allistarj' (#14079) --- data/sql/updates/pending_db_world/rev_1670234616926682404.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1670234616926682404.sql diff --git a/data/sql/updates/pending_db_world/rev_1670234616926682404.sql b/data/sql/updates/pending_db_world/rev_1670234616926682404.sql new file mode 100644 index 000000000..c650b465e --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1670234616926682404.sql @@ -0,0 +1,4 @@ +-- Add Chinese translation of Wand of Allistarj +DELETE FROM `item_template_locale` WHERE `ID`=13065 AND `locale` = 'zhCN'; +INSERT INTO `item_template_locale` (`ID`, `locale`, `Name`, `Description`, `VerifiedBuild`) VALUES +(13065, 'zhCN', '奥利斯塔的魔杖', '', 0);