diff --git a/Legion/DarkheartThicket/Locales/zhCN.lua b/Legion/DarkheartThicket/Locales/zhCN.lua index 349d34e00..1ad680950 100644 --- a/Legion/DarkheartThicket/Locales/zhCN.lua +++ b/Legion/DarkheartThicket/Locales/zhCN.lua @@ -21,5 +21,5 @@ end L = BigWigs:NewBossLocale("Oakheart", "zhCN") if L then - --L.throw = "Throw" + L.throw = "投掷" end diff --git a/Legion/DarkheartThicket/Locales/zhTW.lua b/Legion/DarkheartThicket/Locales/zhTW.lua index 43a53d260..86cb71d13 100644 --- a/Legion/DarkheartThicket/Locales/zhTW.lua +++ b/Legion/DarkheartThicket/Locales/zhTW.lua @@ -21,5 +21,5 @@ end L = BigWigs:NewBossLocale("Oakheart", "zhTW") if L then - --L.throw = "Throw" + L.throw = "投擲" end