Skip to content

Commit

Permalink
Fix 'leendary' typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Jul 19, 2020
1 parent c1d5bb2 commit 5e0a586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/PaladinRetribution.lua
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ if UnitClassBase( 'player' ) == 'PALADIN' then
handler = function ()
removeBuff( "final_verdict" )

if leendary.badge_of_the_mad_paragon.enabled then
if legendary.badge_of_the_mad_paragon.enabled then
if buff.avenging_wrath.up then buff.avenging_wrath.expires = buff.avenging_wrath.expires + 3 end
if buff.crusade.up then buff.crusade.expires = buff.crusade.expires + 3 end
end
Expand Down

0 comments on commit 5e0a586

Please sign in to comment.