File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1746,7 +1746,7 @@ function ItemsTabClass:UpdateClusterJewelControls()
17461746
17471747 -- Update added node count slider
17481748 local countControl = self .controls .displayItemClusterJewelNodeCount
1749- item .clusterJewelNodeCount = m_min (m_max (item .clusterJewelNodeCount or item .clusterJewel .maxNodes , item .clusterJewel .minNodes ), item .clusterJewel .maxNodes )
1749+ item .clusterJewelNodeCount = m_min (m_max (item .clusterJewelNodeCount or item .clusterJewel .minNodes , item .clusterJewel .minNodes ), item .clusterJewel .maxNodes )
17501750 countControl .divCount = item .clusterJewel .maxNodes - item .clusterJewel .minNodes
17511751 countControl .val = (item .clusterJewelNodeCount - item .clusterJewel .minNodes ) / (item .clusterJewel .maxNodes - item .clusterJewel .minNodes )
17521752
@@ -1756,7 +1756,7 @@ end
17561756function ItemsTabClass :CraftClusterJewel ()
17571757 local item = self .displayItem
17581758 wipeTable (item .enchantModLines )
1759- t_insert (item .enchantModLines , { line = " Adds " .. (item .clusterJewelNodeCount or item .clusterJewel .maxNodes ).. " Passive Skills" , crafted = true })
1759+ t_insert (item .enchantModLines , { line = " Adds " .. (item .clusterJewelNodeCount or item .clusterJewel .minNodes ).. " Passive Skills" , crafted = true })
17601760 if item .clusterJewel .size == " Large" then
17611761 t_insert (item .enchantModLines , { line = " 2 Added Passive Skills are Jewel Sockets" , crafted = true })
17621762 elseif item .clusterJewel .size == " Medium" then
You can’t perform that action at this time.
0 commit comments