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
534 B
16 lines
534 B
local L = BigWigs:NewBossLocale("Kanrethad Ebonlocke", "frFR")
|
|
if not L then return end
|
|
if L then
|
|
L.name = "Kanrethad Bouclenoire"
|
|
|
|
-- L.summons = "Summons"
|
|
-- L.debuffs = "Debuffs"
|
|
|
|
-- L.start_say = "BEHOLD" -- BEHOLD! I have truly mastered the fel energies of this world! The demonic power I now command... It is indescribable, unlimited, OMNIPOTENT!
|
|
-- L.win_say = "Jubeka" -- Jubeka?! What are you...?!
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Essence of Order", "frFR")
|
|
if L then
|
|
L.name = "Essence de l’ordre"
|
|
end
|
|
|