We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41ff01a commit 01e0720Copy full SHA for 01e0720
1 file changed
src/Classes/GemSelectControl.lua
@@ -115,7 +115,7 @@ function GemSelectClass:PopulateGemList()
115
if (self.sortGemsBy and gemData.tags[self.sortGemsBy] == true or not self.sortGemsBy) then
116
local levelRequirement = gemData.grantedEffect.levels[1].levelRequirement or 1
117
if characterLevel >= levelRequirement or not matchLevel then
118
- if (showExceptional or showAll) and gemData.grantedEffect.plusVersionOf then
+ if (showExceptional or showAll) and (gemData.grantedEffect.plusVersionOf or gemData.tagString:match("Exceptional")) then
119
if self.skillsTab.showLegacyGems or not gemData.grantedEffect.legacy then
120
self.gems["Default:" .. gemId] = gemData
121
end
0 commit comments