Skip to content

Commit

Permalink
Fix nameSpec Allocation in gems
Browse files Browse the repository at this point in the history
  • Loading branch information
justjuangui committed Jan 27, 2025
1 parent 2820f19 commit 0811b06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Classes/SkillsTab.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1003,6 +1003,7 @@ function SkillsTabClass:ProcessSocketGroup(socketGroup)
local gemId = data.gemForSkill[grantedEffect]
if gemId then
gemInstance.gemData = data.gems[gemId]
gemInstance.nameSpec = gemInstance.gemData.name
else
gemInstance.grantedEffect = grantedEffect
end
Expand Down

0 comments on commit 0811b06

Please sign in to comment.