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.
45 lines
1.3 KiB
45 lines
1.3 KiB
|
4 years ago
|
local L = BigWigs:NewBossLocale("Horrific Vision of Orgrimmar Trash", "deDE")
|
||
|
|
if not L then return end
|
||
|
|
if L then
|
||
|
|
L.voidbound_shaman = "Leerengebundener Schamane"
|
||
|
|
L.crawling_corruption = "Krabbelnde Verderbnis"
|
||
|
|
L.voidbound_honor_guard = "Leerengebundene Ehrenwache"
|
||
|
|
L.voidbound_shieldbearer = "Leerengebundener Schildträger"
|
||
|
|
L.decimator_shiqvoth = "Dezimierer Shiq'voth"
|
||
|
|
L.voidbound_berserker = "Leerengebundener Berserker"
|
||
|
|
L.greater_void_elemental = "Großer Leerenelementar"
|
||
|
|
L.annihilator_lakhal = "Vernichter Lak'hal"
|
||
|
|
L.kthir_dominator = "Dominator der K'thir"
|
||
|
|
L.kthir_mindcarver = "Gedankenschnitzer der K'thir"
|
||
|
|
L.coagulated_horror = "Geronnener Horror"
|
||
|
|
L.voidcrazed_hulk = "Leerenbefallener Koloss"
|
||
|
|
L.misha = "Misha"
|
||
|
|
L.aqir_bonecrusher = "Knochenzermalmer der Aqir"
|
||
|
|
L.aqir_venomweaver = "Giftweber der Aqir"
|
||
|
|
end
|
||
|
|
|
||
|
|
L = BigWigs:NewBossLocale("Thrall", "deDE")
|
||
|
|
if L then
|
||
|
|
L.thrall = "Thrall"
|
||
|
|
end
|
||
|
|
|
||
|
|
L = BigWigs:NewBossLocale("Oblivion Elemental", "deDE")
|
||
|
|
if L then
|
||
|
|
L.oblivion_elemental = "Auslöschungselementar"
|
||
|
|
end
|
||
|
|
|
||
|
|
L = BigWigs:NewBossLocale("Inquisitor Gnshal", "deDE")
|
||
|
|
if L then
|
||
|
|
L.inquisitor_gnshal = "Inquisitor Gnshal"
|
||
|
|
end
|
||
|
|
|
||
|
|
L = BigWigs:NewBossLocale("Vez'okk the Lightless", "deDE")
|
||
|
|
if L then
|
||
|
|
L.vezokk = "Vez'okk der Lichtlose"
|
||
|
|
end
|
||
|
|
|
||
|
|
L = BigWigs:NewBossLocale("Rexxar", "deDE")
|
||
|
|
if L then
|
||
|
|
L.rexxar = "Rexxar"
|
||
|
|
end
|