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