Skip to content

Commit 01e0720

Browse files
committed
update the gemList populate
1 parent 41ff01a commit 01e0720

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Classes/GemSelectControl.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ function GemSelectClass:PopulateGemList()
115115
if (self.sortGemsBy and gemData.tags[self.sortGemsBy] == true or not self.sortGemsBy) then
116116
local levelRequirement = gemData.grantedEffect.levels[1].levelRequirement or 1
117117
if characterLevel >= levelRequirement or not matchLevel then
118-
if (showExceptional or showAll) and gemData.grantedEffect.plusVersionOf then
118+
if (showExceptional or showAll) and (gemData.grantedEffect.plusVersionOf or gemData.tagString:match("Exceptional")) then
119119
if self.skillsTab.showLegacyGems or not gemData.grantedEffect.legacy then
120120
self.gems["Default:" .. gemId] = gemData
121121
end

0 commit comments

Comments
 (0)