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