We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a24670f commit 16eb056Copy full SHA for 16eb056
1 file changed
src/Classes/ItemSlotControl.lua
@@ -102,6 +102,11 @@ function ItemSlotClass:Populate()
102
end
103
for i, abyssalSocket in ipairs(self.abyssalSocketList) do
104
abyssalSocket.inactive = i > abyssalSocketCount
105
+ if abyssalSocket.inactive then
106
+ -- this can be inconvenient, but otherwise it is possible to double
107
+ -- equip jewels by moving the jewel while the socket is inactive
108
+ abyssalSocket:SetSelItemId(0)
109
+ end
110
111
112
0 commit comments