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.
15 lines
469 B
15 lines
469 B
|
4 years ago
|
local L = BigWigs:NewBossLocale("Assault on Violet Hold Trash", "zhTW")
|
||
|
|
if not L then return end
|
||
|
|
if L then
|
||
|
|
--L.custom_on_autotalk = "Autotalk"
|
||
|
|
--L.custom_on_autotalk_desc = "Instantly selects Lieutenant Sinclaris gossip option to start the Assault on Violet Hold."
|
||
|
|
--L.keeper = "Portal Keeper"
|
||
|
|
--L.guardian = "Portal Guardian"
|
||
|
|
--L.infernal = "Blazing Infernal"
|
||
|
|
end
|
||
|
|
|
||
|
|
L = BigWigs:NewBossLocale("Thalena", "zhTW")
|
||
|
|
if L then
|
||
|
|
--L.essence = "Essence"
|
||
|
|
end
|