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.
21 lines
585 B
21 lines
585 B
|
4 years ago
|
local L = BigWigs:NewBossLocale("Pathaleon the Calculator", "itIT")
|
||
|
|
if not L then return end
|
||
|
|
if L then
|
||
|
|
--L.despawn_message = "Nether Wraiths Despawning Soon"
|
||
|
|
end
|
||
|
|
|
||
|
|
L = BigWigs:NewBossLocale("Gatewatcher Iron-Hand", "itIT")
|
||
|
|
if L then
|
||
|
|
L.bossName = "Guardiano del Portale Mandiferro"
|
||
|
|
end
|
||
|
|
|
||
|
|
L = BigWigs:NewBossLocale("Gatewatcher Gyro-Kill", "itIT")
|
||
|
|
if L then
|
||
|
|
L.bossName = "Guardiano del Portale Giro-Morte"
|
||
|
|
end
|
||
|
|
|
||
|
|
L = BigWigs:NewBossLocale("Nethermancer Sepethrea", "itIT")
|
||
|
|
if L then
|
||
|
|
L.fixate_desc = "Induce l'incantatore a prendere di mira un bersaglio casuale."
|
||
|
|
end
|