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.
17 lines
410 B
17 lines
410 B
|
4 years ago
|
local L = BigWigs:NewBossLocale("Xevozz", "zhTW")
|
||
|
|
if not L then return end
|
||
|
|
if L then
|
||
|
|
-- L.summon_sphere = "Summoning Ethereal Sphere"
|
||
|
|
end
|
||
|
|
|
||
|
|
L = BigWigs:NewBossLocale("Zuramat the Obliterator", "zhTW")
|
||
|
|
if L then
|
||
|
|
-- L.short_name = "Zuramat"
|
||
|
|
end
|
||
|
|
|
||
|
|
L = BigWigs:NewBossLocale("The Violet Hold Trash", "zhTW")
|
||
|
|
if L then
|
||
|
|
-- L.portals = "Portals"
|
||
|
|
-- L.portals_desc = "Information about portals."
|
||
|
|
end
|