Skip to content

Commit

Permalink
Update talents on PLAYER_TALENT_UPDATE.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed May 14, 2020
1 parent c918401 commit a3f6ba2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Events.lua
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,11 @@ RegisterEvent( "PLAYER_EQUIPMENT_CHANGED", function()
end )


RegisterEvent( "PLAYER_TALENT_UPDATE", function()
ns.updateTalents()
end )


-- Update Azerite Essence Data.
do
local azeriteEvents = {
Expand Down

0 comments on commit a3f6ba2

Please sign in to comment.