Skip to content

Commit

Permalink
fix(Commons): Fix GroupBuffMissing always returning true for non-Evoker
Browse files Browse the repository at this point in the history
  • Loading branch information
Cilraaz committed Jan 28, 2024
1 parent 7599c44 commit 811174b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HeroRotation/Commons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ function Commons.GroupBuffMissing(spell)
end
end
end
if BuffedChars < TotalChars then return true end
if spell:ID() == 381748 and BuffedChars < TotalChars then return true end
return false
end

Expand Down

0 comments on commit 811174b

Please sign in to comment.