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.
15 lines
446 B
15 lines
446 B
local L = BigWigs:NewBossLocale("Brother Korloff", "koKR")
|
|
if not L then return end
|
|
if L then
|
|
L.engage_yell = "내가 널 부숴주마."
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("High Inquisitor Whitemane", "koKR")
|
|
if L then
|
|
L.engage_yell = "내 전설은 지금부터 시작이다!"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Thalnos the Soulrender", "koKR")
|
|
if L then
|
|
L.engage_yell = "내 끝없는 고통을 너희들에게도 나눠주마!"
|
|
end
|
|
|