Skip to content

Commit

Permalink
fix: error
Browse files Browse the repository at this point in the history
  • Loading branch information
DengSir committed Apr 12, 2024
1 parent 58c0f2b commit b485445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Talent.lua
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ end
function Talent:GetTabInfo(tab)
local tabData = self.data[tab]
if tabData then
return tabData.name, tabData.bg, self.talents[tab].pointsSpent, tabData.icon
return tabData.name, tabData.bg, self.talents[tab] and self.talents[tab].pointsSpent, tabData.icon
end
end

Expand Down

0 comments on commit b485445

Please sign in to comment.