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
672 B
18 lines
672 B
local L = BigWigs:NewBossLocale("Vexallus", "zhTW")
|
|
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 ", "zhTW")
|
|
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", "zhTW")
|
|
if L then
|
|
--L.mage_guard = "Sunblade Mage Guard"
|
|
--L.magister = "Sunblade Magister"
|
|
--L.keeper = "Sunblade Keeper"
|
|
end
|
|
|