fix(DB/item_template_locale): Add Chinese translation for 'Wand of Allistarj' (#14079)

This commit is contained in:
mpfans
2023-01-28 18:03:32 +08:00
committed by GitHub
parent 6d5cc744aa
commit 562be05d68

View File

@@ -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);