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.
44 lines
1.3 KiB
44 lines
1.3 KiB
local L = BigWigs:NewBossLocale("Horrific Vision of Orgrimmar Trash", "ptBR")
|
|
if not L then return end
|
|
if L then
|
|
L.voidbound_shaman = "Xamã Distorcido pelo Caos"
|
|
L.crawling_corruption = "Corrupção Rastejante"
|
|
L.voidbound_honor_guard = "Guarda de Honra Distorcido pelo Caos"
|
|
L.voidbound_shieldbearer = "Porta-escudo Distorcido pelo Caos"
|
|
L.decimator_shiqvoth = "Dizimador Shiq'voth"
|
|
L.voidbound_berserker = "Berserker Distorcido pelo Caos"
|
|
L.greater_void_elemental = "Elemental do Caos Superior"
|
|
L.annihilator_lakhal = "Aniquilador Lak'hal"
|
|
L.kthir_dominator = "Dominador K'thir"
|
|
L.kthir_mindcarver = "Trincha-mentes K'thir"
|
|
L.coagulated_horror = "Horror Coagulado"
|
|
L.voidcrazed_hulk = "Gigante Louco de Caos"
|
|
L.misha = "Misha"
|
|
L.aqir_bonecrusher = "Esmaga-ossos Aqir"
|
|
L.aqir_venomweaver = "Tece-veneno Aqir"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Thrall", "ptBR")
|
|
if L then
|
|
L.thrall = "Thrall"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Oblivion Elemental", "ptBR")
|
|
if L then
|
|
L.oblivion_elemental = "Elemental do Oblívio"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Inquisitor Gnshal", "ptBR")
|
|
if L then
|
|
L.inquisitor_gnshal = "Inquisidor Gnshal"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Vez'okk the Lightless", "ptBR")
|
|
if L then
|
|
L.vezokk = "Vez'okk, o Trevoso"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Rexxar", "ptBR")
|
|
if L then
|
|
L.rexxar = "Rexxar"
|
|
end
|
|
|