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.
16 lines
413 B
16 lines
413 B
|
4 years ago
|
local L = BigWigs:NewBossLocale("Brother Korloff", "zhCN")
|
||
|
|
if not L then return end
|
||
|
|
if L then
|
||
|
|
L.engage_yell = "我要粉碎你。"
|
||
|
|
end
|
||
|
|
|
||
|
|
local L = BigWigs:NewBossLocale("High Inquisitor Whitemane", "zhCN")
|
||
|
|
if L then
|
||
|
|
L.engage_yell = "我就是传说!"
|
||
|
|
end
|
||
|
|
|
||
|
|
local L = BigWigs:NewBossLocale("Thalnos the Soulrender", "zhCN")
|
||
|
|
if L then
|
||
|
|
L.engage_yell = "让你们也尝尝我无尽的痛苦!"
|
||
|
|
end
|