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.
11 lines
395 B
11 lines
395 B
local L = BigWigs:NewBossLocale("Tol Dagor Trash", "deDE")
|
|
if not L then return end
|
|
if L then
|
|
L.vicejaw = "Kanalisationszangenkiefer"
|
|
L.thug = "Schläger der Eisenfluträuber"
|
|
L.seaspeaker = "Seesprecher der Bilgeratten"
|
|
L.flamecaster = "Aschenwindflammenschleuderin"
|
|
L.officer = "Aschenwindoffizierin"
|
|
L.marine = "Aschenwindmarinesoldat"
|
|
L.priest = "Aschenwindpriesterin"
|
|
end
|
|
|