fix(DB/item_template_locale): Add Chinese translation for 'Wand of Allistarj' (#14079)
This commit is contained in:
parent
6d5cc744aa
commit
562be05d68
1 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue