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
506 B

4 years ago
local L = BigWigs:NewBossLocale("Xav the Unfallen", "itIT")
if not L then return end
if L then
-- L.defeated = "%s has defeated %s"
end
L = BigWigs:NewBossLocale("Theater Of Pain Trash", "itIT")
if L then
L.ancient_captain = "Capitano Antico"
L.blighted_sludge_spewer = "Sputapoltiglia Ammorbato"
L.rancid_gasbag = "Pallone Gonfiato Rancido"
L.maniacal_soulbinder = "Vincolatore d'Anime Maniacale"
L.bone_magus = "Magus d'Ossa"
L.nefarious_darkspeaker = "Oratore Oscuro Nefasto"
end