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
487 B
14 lines
487 B
local L = BigWigs:NewBossLocale("Ancient Protectors", "deDE")
|
|
if not L then return end
|
|
if L then
|
|
L[83892] = "|cFF00CCFFGola|r"
|
|
L[83893] = "|cFF00CC00Telu|r"
|
|
|
|
L.custom_on_automark = "Bosse automatisch markieren"
|
|
L.custom_on_automark_desc = "Markiert Gola automatisch mit {rt8} und Telu mit {rt7}, benötigt Assistent oder Leiter."
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Witherbark", "deDE")
|
|
if L then
|
|
L.energyStatus = "Eine Sphäre hat Bleichborke erreicht: %d%% Energie"
|
|
end
|
|
|