mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
DB/Locale: Add missing gossip_menu_option_locale for zhCN/zhTW
Closes #27375
This commit is contained in:
5
sql/updates/world/3.3.5/2021_12_11_01_world_335.sql
Normal file
5
sql/updates/world/3.3.5/2021_12_11_01_world_335.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
DELETE FROM `gossip_menu_option_locale` WHERE `Locale` IN ('zhTW','zhCN') AND `MenuID`=6763 AND `OptionID`=0;
|
||||
INSERT INTO `gossip_menu_option_locale`(`MenuID`, `OptionID`, `Locale`, `OptionText`, `BoxText`) VALUES
|
||||
(6763, 0, 'zhTW', '將一些馴鹿粉撒在梅森身上。', NULL),
|
||||
(6763, 0, 'zhCN', '将一些驯鹿粉撒在梅森身上。', NULL);
|
||||
Reference in New Issue
Block a user