Skip to content

Commit

Permalink
talent update related events are wrath only
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelmer Jaarsma authored and Rottenbeer committed Sep 20, 2022
1 parent 0dda58a commit f621e84
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ItemRack/ItemRack.lua
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,10 @@ function ItemRack.InitCore()
ItemRackFrame:RegisterEvent("BANKFRAME_CLOSED")
ItemRackFrame:RegisterEvent("BANKFRAME_OPENED")
ItemRackFrame:RegisterEvent("CHARACTER_POINTS_CHANGED")
ItemRackFrame:RegisterEvent("PLAYER_TALENT_UPDATE")
ItemRackFrame:RegisterEvent("ACTIVE_TALENT_GROUP_CHANGED")
if ItemRack.IsWrath() then
ItemRackFrame:RegisterEvent("PLAYER_TALENT_UPDATE")
ItemRackFrame:RegisterEvent("ACTIVE_TALENT_GROUP_CHANGED")
end
-- ItemRackFrame:RegisterEvent("PET_BATTLE_OPENING_START")
-- ItemRackFrame:RegisterEvent("PET_BATTLE_CLOSE")
--if not disable_delayed_swaps then
Expand Down

0 comments on commit f621e84

Please sign in to comment.