fix(db/translation): Chinese translation of road signs (#11981)

* Fix(DB/translate):Chinese translation of road signs

* Boat to Azuremyst
* Boat to Teldrassil
* Boat to Stormwind
This commit is contained in:
mpfans
2022-06-12 00:47:57 +08:00
committed by GitHub
parent 8151fcda22
commit 41a04c5ee1

View File

@@ -0,0 +1,6 @@
-- Add Chinese translation of road signs
DELETE FROM `gameobject_template_locale` WHERE `entry` IN (184084,176365,176364) AND `locale` = 'zhCN';
INSERT INTO `gameobject_template_locale` (`entry`, `locale`, `name`, `castBarCaption`, `VerifiedBuild`) VALUES
(184084, 'zhCN', '开往秘蓝岛的船只', '', 18019),
(176365, 'zhCN', '开往泰达希尔的船只', '', 18019),
(176364, 'zhCN', '开往暴风城的船只', '', 18019);