Skip to content

Commit

Permalink
Fixed talent issue on spec switch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adirelle committed Nov 24, 2010
1 parent 7559664 commit 80b02b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/Talents.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ local function Test() return Cork.dbpc["Talents-enabled"] and talentlesshack() a

function dataobj:Scan() dataobj.player = Test() end

ae.RegisterEvent("Cork Talents", "CHARACTER_POINTS_CHANGED", dataobj.Scan)
ae.RegisterEvent("Cork Talents", "PLAYER_TALENT_UPDATE", dataobj.Scan)

0 comments on commit 80b02b5

Please sign in to comment.