Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix #656
  • Loading branch information
Aviana committed Mar 28, 2020
1 parent a94ac12 commit a1995d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/squares.lua
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ local function checkDispel(unit)
local i, name, _, _, debuffType = 1, UnitDebuff(unit, 1)
while name do
if canCure[debuffType] then
return UnitDebuff(unit, i)
return lCD:UnitAura(frame.unit, i, "HARMFUL")
end
i = i + 1
name, _, _, debuffType = UnitDebuff(unit, i)
Expand Down

0 comments on commit a1995d5

Please sign in to comment.