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.
6 lines
249 B
6 lines
249 B
local L = BigWigs:NewBossLocale("Sadana Bloodfury", "zhCN")
|
|
if not L then return end
|
|
if L then
|
|
L.custom_on_markadd = "标记黑暗契约增援"
|
|
L.custom_on_markadd_desc = "使用骷髅标记黑暗契约出现的增援,需要权限。"
|
|
end
|
|
|