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.
8 lines
289 B
8 lines
289 B
local L = BigWigs:NewBossLocale("Erudax", "ptBR")
|
|
if not L then return end
|
|
if L then
|
|
L.summon = "Evoca Corruptor Sem-Rosto"
|
|
L.summon_desc = "Avisa quando Erudax sumonar um Corruptor Sem-Rosto"
|
|
L.summon_message = "Corruptor Sem-Rosto Sumonado"
|
|
L.summon_trigger = "evoca um"
|
|
end
|
|
|