Skip to content

Commit

Permalink
Fix ref to active_dot.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Aug 3, 2023
1 parent 258971d commit 5dc6b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion State.lua
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ do
if not quiet then
debug( " - we will use the ability on a different target, if available, until %s expires at %.2f [+%.2f].", cycle.aura, cycle.expires, cycle.expires - state.query_time )
end
elseif cDebuff.down and ability.cycle_to and active_dot[ aura ] > 0 then
elseif cDebuff.down and ability.cycle_to and state.active_dot[ aura ] > 0 then
cycle.minTTD = max( state.settings.cycle_min, ability.min_ttd or 0, cDebuff.duration / 2 )
cycle.maxTTD = ability.max_ttd

Expand Down

0 comments on commit 5dc6b4c

Please sign in to comment.