mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
fix(DB/item_template_locale): Add Chinese translation for 'Wand of Allistarj' (#14079)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user