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.
16 lines
404 B
16 lines
404 B
local L = BigWigs:NewBossLocale("Xevozz", "zhCN")
|
|
if not L then return end
|
|
if L then
|
|
-- L.summon_sphere = "Summoning Ethereal Sphere"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Zuramat the Obliterator", "zhCN")
|
|
if L then
|
|
-- L.short_name = "Zuramat"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("The Violet Hold Trash", "zhCN")
|
|
if L then
|
|
L.portals = "传送门"
|
|
L.portals_desc = "传送门相关信息。"
|
|
end
|
|
|