mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 07:06:23 +00:00
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:
@@ -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);
|
||||
Reference in New Issue
Block a user