Skip to content

Commit 444dd02

Browse files
github-actions[bot]PeecheyLocalIdentity
authored
[pob1-port] Fix Curse Limit not showing in Calcs (#1579)
* Apply changes from PathOfBuildingCommunity/PathOfBuilding#9347 * Fix conflict --------- Co-authored-by: Peechey <[email protected]> Co-authored-by: LocalIdentity <[email protected]>
1 parent 6b8b444 commit 444dd02

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
@@ -721,7 +721,7 @@ return {
721721
{ modName = { "CurseDelay" }, cfg = "skill" },
722722
{ modName = { "CurseActivation" }, cfg = "skill" },
723723
} },
724-
{ label = "Curse Limit", haveOutput = "CurseEffectMod", { format = "{0:output:EnemyCurseLimit}",
724+
{ label = "Curse Limit", haveOutput = "EnemyCurseLimit", { format = "{0:output:EnemyCurseLimit}",
725725
{ breakdown = "EnemyCurseLimit" },
726726
{ modName = { "CurseLimitIsMaximumPowerCharges", "EnemyCurseLimit" } },
727727
}, },

0 commit comments

Comments
 (0)