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
  • Loading branch information
InfusOnWoW committed Sep 7, 2024
1 parent a4619ad commit 0e5ee44
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 0e5ee44

Please sign in to comment.