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.
9 lines
343 B
9 lines
343 B
local L = BigWigs:NewBossLocale("High Sage Viryx", "ptBR")
|
|
if not L then return end
|
|
if L then
|
|
L.custom_on_markadd = "Marca do Zelote Solar"
|
|
L.custom_on_markadd_desc = "Marca o Zelote Solar com {rt8}, requer promovido ou líder."
|
|
|
|
L.add = "Gerando Add"
|
|
L.add_desc = "Avisa quando a Constructo-escudo de Beira-céu for gerado."
|
|
end
|
|
|