We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b22632 commit cb6d544Copy full SHA for cb6d544
src/Classes/CalcsTab.lua
@@ -573,7 +573,7 @@ function CalcsTabClass:PowerBuilder()
573
node.power = {}
574
end
575
wipeTable(node.power)
576
- if not node.alloc and node.modKey ~= "" and not self.mainEnv.grantedPassives[nodeId] then
+ if not node.alloc and node.modKey ~= "" and not self.mainEnv.grantedPassives[node.id] then
577
if not cache[node.modKey] then
578
cache[node.modKey] = calcFunc({ addNodes = { [node] = true } }, useFullDPS)
579
0 commit comments