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.
18 lines
673 B
18 lines
673 B
local L = BigWigs:NewBossLocale("Vexallus", "itIT")
|
|
if not L then return end
|
|
if L then
|
|
--L.energy_discharged = "%s discharged" -- %s = Pure Energy (npc ID = 24745)
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Kael'thas Sunstrider ", "itIT")
|
|
if L then
|
|
-- Don't look so smug! I know what you're thinking, but Tempest Keep was merely a setback. Did you honestly believe I would trust the future to some blind, half-night elf mongrel?
|
|
-- L.warmup_trigger = "Don't look so smug!"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Magisters' Terrace Trash", "itIT")
|
|
if L then
|
|
L.mage_guard = "Guardia Magica Lamasole"
|
|
L.magister = "Magistro Lamasole"
|
|
L.keeper = "Guardiano Lamasole"
|
|
end
|
|
|