Skip to content

Commit 5c1ad21

Browse files
committed
fix cluster
1 parent 0927682 commit 5c1ad21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Classes/PassiveSpec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1929,7 +1929,7 @@ function PassiveSpecClass:BuildSubgraph(jewel, parentSocket, id, upSize, importe
19291929
if proxyGroup == data.group then
19301930
if node.oidx == data.orbitIndex and not data.isMastery then
19311931
for _, extendedId in ipairs(importedGroups[proxyGroup].nodes) do
1932-
if id == tonumber(extendedId) and inExtendedHashes(id) then
1932+
if id == extendedId and inExtendedHashes(tonumber(id)) then
19331933
return true
19341934
end
19351935
end

0 commit comments

Comments
 (0)