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.
17 lines
473 B
17 lines
473 B
local L = BigWigs:NewBossLocale("Thalnos the Soulrender", "frFR")
|
|
if not L then return end
|
|
if L then
|
|
--L.engage_yell = "My endless agony shall be yours, as well!"
|
|
end
|
|
|
|
local L = BigWigs:NewBossLocale("Brother Korloff", "frFR")
|
|
if not L then return end
|
|
if L then
|
|
--L.engage_yell = "I will break you."
|
|
end
|
|
|
|
local L = BigWigs:NewBossLocale("High Inquisitor Whitemane", "frFR")
|
|
if not L then return end
|
|
if L then
|
|
--L.engage_yell = "My legend begins NOW!"
|
|
end
|