Skip to content

Commit

Permalink
Update Cata Ret
Browse files Browse the repository at this point in the history
  • Loading branch information
doadin committed Feb 7, 2025
1 parent 2f47194 commit b57e2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Specialization/Cata/Retribution.lua
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ function Retribution:callaction()
if (targets >1) then
Retribution:cleave()
end
if (targets <1) then
if (targets <=1) then
Retribution:single()
end
end
Expand Down

0 comments on commit b57e2cb

Please sign in to comment.