Skip to content

Commit ce965f2

Browse files
committed
fix condition to show curse limit in calcsections
1 parent 0e5fdac commit ce965f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)