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.
14 lines
476 B
14 lines
476 B
local L = BigWigs:NewBossLocale("Ancient Protectors", "zhTW")
|
|
if not L then return end
|
|
if L then
|
|
--L[83892] = "|cFF00CCFFGola|r"
|
|
--L[83893] = "|cFF00CC00Telu|r"
|
|
|
|
--L.custom_on_automark = "Auto-Mark Bosses"
|
|
--L.custom_on_automark_desc = "Automatically mark Gola with a {rt8} and Telu with a {rt7}, requires promoted or leader."
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Witherbark", "zhTW")
|
|
if L then
|
|
--L.energyStatus = "A Globule reached Witherbark: %d%% energy"
|
|
end
|
|
|