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.
14 lines
479 B
14 lines
479 B
local L = BigWigs:NewBossLocale("Assault on Violet Hold Trash", "deDE")
|
|
if not L then return end
|
|
if L then
|
|
L.custom_on_autotalk = "Automatisch ansprechen"
|
|
L.custom_on_autotalk_desc = "Wählt direkt Leutnant Sinclaris Dialogoption zum Starten des Sturms auf die Violette Festung."
|
|
L.keeper = "Portalhüter"
|
|
L.guardian = "Portalwächter"
|
|
L.infernal = "Lodernde Höllenbestie"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Thalena", "deDE")
|
|
if L then
|
|
L.essence = "Essenz"
|
|
end
|
|
|