Skip to content

Commit

Permalink
Remove fire_blast.readyTime support for no_scorch_blast.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Apr 22, 2020
1 parent e10b239 commit 84c9d40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Classes/MageFire.lua
Original file line number Diff line number Diff line change
Expand Up @@ -586,11 +586,11 @@ if UnitClassBase( 'player' ) == 'MAGE' then

nobuff = "fire_blasting", -- horrible.

readyTime = function ()
--[[ readyTime = function ()
if settings.no_scorch_blast and action.scorch.executing and ( ( talent.searing_touch.enabled and target.health_pct < 30 ) or ( buff.combustion.up and buff.combustion.remains >= buff.casting.remains ) ) then
return buff.casting.remains
end
end,
end, ]]

usable = function ()
if time == 0 then return false, "no fire_blast out of combat" end
Expand Down

0 comments on commit 84c9d40

Please sign in to comment.