Skip to content

Commit b99fc48

Browse files
committed
chore: 临时回滚代码解决官方紧急BUG反馈问题
1 parent 192640f commit b99fc48

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

MY_Cataclysm/src/MY_CataclysmMain.lua

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,6 @@ local function UpdateTeamMonData()
108108
v.nLevel = data.nLevel
109109
end
110110
v.nIcon = data.nIcon
111-
--2025.08.25加载团队数据时缓存气劲名称,避免后续反复调用GetBuffName
112-
if data.szName then
113-
v.szName = X.RenderTemplateString(data.szName, { sender = '', receiver = '' }, -1, true, false)
114-
else
115-
v.szName = X.GetBuffName(data.dwID, data.nLevel)
116-
end
117111
table.insert(aBuff, v)
118112
end
119113
end

MY_Focus/src/MY_Focus.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -882,8 +882,7 @@ function D.GetDisplayList()
882882
end
883883
end
884884
if bRuleFocus then
885-
--2025.8.16增加隐藏焦点方法,上述规则满足后,判断最大距离是否为-1,若为-1不显示焦点并跳出规则遍历
886-
bFocus = via.tRule.nMaxDistance ~= -1
885+
bFocus = true
887886
tRule = via.tRule
888887
szVia = via.szVia
889888
bDeletable = via.bDeletable

0 commit comments

Comments
 (0)