Skip to content

Commit

Permalink
fix variable shadowing
Browse files Browse the repository at this point in the history
  • Loading branch information
jordonwow committed Mar 22, 2022
1 parent 9efea4d commit 776d7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BigDebuffs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1561,7 +1561,7 @@ if WOW_PROJECT_ID == WOW_PROJECT_MAINLINE then
end
end
if not doneWithDispelDebuffs then
local debuffType = select(4, ...);
debuffType = select(4, ...);
if ( dispellableDebuffTypes[debuffType] and not frame["hasDispel"..debuffType] ) then
frame["hasDispel"..debuffType] = true;
numUsedDispelDebuffs = numUsedDispelDebuffs + 1;
Expand Down

0 comments on commit 776d7ba

Please sign in to comment.