Skip to content

Commit

Permalink
Paladin: Fix Rebuke.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Mar 25, 2023
1 parent 39fef2f commit 4534a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dragonflight/PaladinProtection.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1413,7 +1413,7 @@ spec:RegisterAbilities( {

handler = function ()
interrupt()
if talent.punishment.enabled then action.judgment.handler() end
if talent.punishment.enabled then class.abilities.judgment.handler() end
end,
},

Expand Down

0 comments on commit 4534a9e

Please sign in to comment.