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
408 B
16 lines
408 B
local L = BigWigs:NewBossLocale("Xevozz", "deDE")
|
|
if not L then return end
|
|
if L then
|
|
L.summon_sphere = "Beschwört Sphäre des Astraleums"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Zuramat the Obliterator", "deDE")
|
|
if L then
|
|
L.short_name = "Zuramat"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("The Violet Hold Trash", "deDE")
|
|
if L then
|
|
L.portals = "Portale"
|
|
L.portals_desc = "Informationen über Portale."
|
|
end
|
|
|