Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit 351aa56

Browse files
committed
clean
1 parent 0b90f10 commit 351aa56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Modules/CalcPerform.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2785,7 +2785,7 @@ function calcs.perform(env, skipEHP)
27852785
local maxAilment = modDB:Override(nil, ailment.."Max") or 0
27862786
if not modDB:Override(nil, ailment.."Max") then
27872787
for _, skill in ipairs(env.player.activeSkillList) do
2788-
local skillMax = modDB:Override(nil, ailment.."Max") or (ailmentData[ailment].max + skill.baseSkillModList:Sum("BASE", nil, ailment.."Max"))
2788+
local skillMax = modDB:Override(nil, ailment.."Max") or (ailmentData[ailment].max + skill.baseSkillModList:Sum("BASE", nil, ailment.."Max"))
27892789
maxAilment = skillMax > maxAilment and skillMax or maxAilment
27902790
end
27912791
end

0 commit comments

Comments
 (0)