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.4 KiB
44 lines
1.4 KiB
local L = BigWigs:NewBossLocale("Horrific Vision of Orgrimmar Trash", "itIT")
|
|
if not L then return end
|
|
if L then
|
|
L.voidbound_shaman = "Sciamano Vincolato dal Vuoto"
|
|
L.crawling_corruption = "Corruzione Strisciante"
|
|
L.voidbound_honor_guard = "Guardia d'Onore Vincolata dal Vuoto"
|
|
L.voidbound_shieldbearer = "Portascudi Vincolato dal Vuoto"
|
|
L.decimator_shiqvoth = "Decimatore Shiq'voth"
|
|
L.voidbound_berserker = "Berserker Vincolato dal Vuoto"
|
|
L.greater_void_elemental = "Elementale Superiore del Vuoto"
|
|
L.annihilator_lakhal = "Annientatore Lak'hal"
|
|
L.kthir_dominator = "Dominatore K'thir"
|
|
L.kthir_mindcarver = "Straziamente K'thir"
|
|
L.coagulated_horror = "Orrore Coagulato"
|
|
L.voidcrazed_hulk = "Colosso Corrotto dal Vuoto"
|
|
L.misha = "Misha"
|
|
L.aqir_bonecrusher = "Fracassaossa Aqir"
|
|
L.aqir_venomweaver = "Plasmaveleni Aqir"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Thrall", "itIT")
|
|
if L then
|
|
L.thrall = "Thrall"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Oblivion Elemental", "itIT")
|
|
if L then
|
|
L.oblivion_elemental = "Elementale dell'Oblio"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Inquisitor Gnshal", "itIT")
|
|
if L then
|
|
L.inquisitor_gnshal = "Inquisitore Gnshal"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Vez'okk the Lightless", "itIT")
|
|
if L then
|
|
L.vezokk = "Vez'okk il Senza Luce"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Rexxar", "itIT")
|
|
if L then
|
|
L.rexxar = "Rexxar"
|
|
end
|
|
|