Skip to content

Commit

Permalink
Retry next frame if talents aren't available yet
Browse files Browse the repository at this point in the history
  • Loading branch information
Snakybo committed Jan 6, 2023
1 parent 510c29c commit b755e17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Clicked/Core/BindingProcessor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -799,11 +799,13 @@ function Addon:UpdateTalentCacheAndReloadBindings(delay, ...)

local configId = C_ClassTalents.GetActiveConfigID()
if configId == nil then
Addon:UpdateTalentCacheAndReloadBindings(true, ...)
return
end

local configInfo = C_Traits.GetConfigInfo(configId)
if configInfo == nil then
Addon:UpdateTalentCacheAndReloadBindings(true, ...)
return
end

Expand Down

0 comments on commit b755e17

Please sign in to comment.