We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc9399c commit 3030b9eCopy full SHA for 3030b9e
1 file changed
src/Classes/GemSelectControl.lua
@@ -109,7 +109,7 @@ function GemSelectClass:PopulateGemList()
109
if characterLevel >= levelRequirement or not matchLevel then
110
if self.imbuedSelect then
111
-- Imbued dropdown only allows non-exceptional support gems.
112
- if gemData.grantedEffect.support and not gemData.tagString:match("Exceptional") then
+ if gemData.grantedEffect.support and not gemData.tagString:match("Exceptional") and not gemData.grantedEffect.plusVersionOf then
113
self.gems["Default:" .. gemId] = gemData
114
end
115
else
0 commit comments