Skip to content

Commit

Permalink
Ensure that talent data is up to date on initial login
Browse files Browse the repository at this point in the history
Fixes: #5340
  • Loading branch information
InfusOnWoW committed Sep 8, 2024
1 parent 64646e9 commit 2511121
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WeakAuras/Prototypes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,7 @@ if WeakAuras.IsRetail() then
talentCheckFrame:RegisterEvent("TRAIT_CONFIG_UPDATED")
talentCheckFrame:RegisterEvent("PLAYER_TALENT_UPDATE")
talentCheckFrame:RegisterEvent("PLAYER_SPECIALIZATION_CHANGED")
talentCheckFrame:RegisterEvent("PLAYER_LOGIN")

--- @type table<number, {rank: number, spellId: number}>
local selectedTalentsById = {}
Expand Down

0 comments on commit 2511121

Please sign in to comment.