You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.0 KiB
29 lines
1.0 KiB
local L = BigWigs:NewBossLocale("Mists of Tirna Scithe Trash", "koKR")
|
|
if not L then return end
|
|
if L then
|
|
L.drust_boughbreaker = "드러스트 가지파괴자"
|
|
L.drust_harvester = "드러스트 수확자"
|
|
L.drust_soulcleaver = "드러스트 영혼절단자"
|
|
L.mistveil_defender = "안개장막 수호병"
|
|
L.mistveil_gorgegullet = "안개장막 포식귀"
|
|
L.mistveil_guardian = "안개장막 수호자"
|
|
L.mistveil_matriarch = "안개장막 무리어미"
|
|
L.mistveil_nightblossom = "안개장막 밤만개꽃"
|
|
L.mistveil_shaper = "안개장막 구체자"
|
|
L.mistveil_stalker = "안개장막 추적자"
|
|
L.mistveil_stinger = "안개장막 쐐기나방"
|
|
L.mistveil_tender = "안개장막 숲지기"
|
|
L.spinemaw_acidgullet = "가시아귀 산성식도"
|
|
L.spinemaw_staghorn = "가시아귀 사슴뿔"
|
|
L.tirnenn_villager = "티르넨 주민"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Mistcaller", "koKR")
|
|
if L then
|
|
L.vulpin = "여우"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Tred'ova", "koKR")
|
|
if L then
|
|
L.parasite = "기생충"
|
|
end
|
|
|