Fix Bracket-Style

This commit is contained in:
Florian Brinker 2024-09-19 22:32:56 +02:00
父節點 c5a82f86c9
當前提交 a1bbecb8c1
共有 2 個文件被更改,包括 2 次插入2 次删除

查看文件

@ -17,7 +17,7 @@ read_globals = {
"EVENT_ACHIEVEMENT_UPDATED",
"EVENT_ADD_ON_LOADED",
"EVENT_MANAGER",
"LINK_STYLE_BRACKET",
"LINK_STYLE_BRACKETS",
"zo_callLater",
"zo_strformat",
"ZO_SavedVars",

查看文件

@ -49,7 +49,7 @@ function AchievementInfo.onAchievementUpdated(_, achId)
local percentageStep = false
local percentageStepSize = AchievementInfo.settingGet("genShowUpdateSteps")
local link = GetAchievementLink(achId, LINK_STYLE_BRACKET)
local link = GetAchievementLink(achId, LINK_STYLE_BRACKETS)
local catName = "/"
if categoryId ~= false then