Skip to content

Commit c7cef2b

Browse files
authored
fix condition to show curse limit in calcsections (#9347)
1 parent f731c2b commit c7cef2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Modules/CalcSections.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ return {
696696
{ breakdown = "CurseEffectMod" },
697697
{ modName = "CurseEffect", cfg = "skill" },
698698
}, },
699-
{ label = "Curse Limit", haveOutput = "CurseEffectMod", { format = "{0:output:EnemyCurseLimit}",
699+
{ label = "Curse Limit", haveOutput = "EnemyCurseLimit", { format = "{0:output:EnemyCurseLimit}",
700700
{ breakdown = "EnemyCurseLimit" },
701701
{ modName = { "CurseLimitIsMaximumPowerCharges", "EnemyCurseLimit" } },
702702
}, },

0 commit comments

Comments
 (0)