From fdaf8bb16b2a64c98234455bcd224b26e50db194 Mon Sep 17 00:00:00 2001 From: puxuan <413323644@qq.com> Date: Tue, 23 Sep 2025 20:20:00 +0800 Subject: [PATCH] . --- lua/app/global/global_func.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/app/global/global_func.lua b/lua/app/global/global_func.lua index 29532e4c..ccbf1bf9 100644 --- a/lua/app/global/global_func.lua +++ b/lua/app/global/global_func.lua @@ -1782,7 +1782,7 @@ function GFunc.formatPlayerFormationInfo(info) local lv = info.talent[id] or 0 if lv and lv > 0 and cfg.attr then for _, v in ipairs(cfg.attr) do - allAttr[v.type] = (allAttr[v.type] or 0) + v.num + allAttr[v.type] = (allAttr[v.type] or 0) + v.num * lv end end end