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

4 years ago
local L = BigWigs:NewBossLocale("Xav the Unfallen", "deDE")
if not L then return end
if L then
L.defeated = "%s hat %s besiegt"
end
L = BigWigs:NewBossLocale("Theater Of Pain Trash", "deDE")
if L then
L.ancient_captain = "Uralter Hauptmann"
L.blighted_sludge_spewer = "Verseuchter Schlickspeier"
L.rancid_gasbag = "Ranziger Gasbeutel"
L.maniacal_soulbinder = "Manischer Seelenbinder"
L.bone_magus = "Knochenmagus"
L.nefarious_darkspeaker = "Ruchloser Dunkelsprecher"
end