Skip to content

Commit

Permalink
Update Destruction
Browse files Browse the repository at this point in the history
  • Loading branch information
doadin committed Dec 28, 2024
1 parent eacb90c commit d6b761b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Specialization/Destruction.lua
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ function Destruction:cleave()
if (MaxDps:CheckSpellUsable(classtable.SoulFire, 'SoulFire')) and (SoulShards <= 3.5 and ( debuff[classtable.ConflagrateDeBuff].remains >( classtable and classtable.SoulFire and GetSpellInfo(classtable.SoulFire).castTime /1000 or 0) + 1 or not talents[classtable.RoaringBlaze] and buff[classtable.BackdraftBuff].up ) and not pool_soul_shards) and cooldown[classtable.SoulFire].ready then
if not setSpell then setSpell = classtable.SoulFire end
end
if (MaxDps:CheckSpellUsable(classtable.Immolate, 'Immolate')) and (( debuff[classtable.ImmolateDeBuff].refreshable and ( debuff[classtable.ImmolateDeBuff].remains <cooldown[classtable.Havoc].remains or not debuff[classtable.ImmolateDeBuff].up ) ) and ( not talents[classtable.Cataclysm] or cooldown[classtable.Cataclysm].remains >debuff[classtable.ImmolateDeBuff].remains ) and ( not talents[classtable.SoulFire] or cooldown[classtable.SoulFire].remains + ( (not (talents[classtable.Mayhem] and talents[classtable.Mayhem] or 0) * ( classtable and classtable.SoulFire and GetSpellInfo(classtable.SoulFire).castTime / 1000 or 0)) and 1 or 0) >debuff[classtable.ImmolateDeBuff].remains ) and ttd >15) and cooldown[classtable.Immolate].ready then
if (MaxDps:CheckSpellUsable(classtable.Immolate, 'Immolate')) and (( debuff[classtable.ImmolateDeBuff].refreshable and ( debuff[classtable.ImmolateDeBuff].remains <cooldown[classtable.Havoc].remains or not debuff[classtable.ImmolateDeBuff].up ) ) and ( not talents[classtable.Cataclysm] or cooldown[classtable.Cataclysm].remains >debuff[classtable.ImmolateDeBuff].remains ) and ( not talents[classtable.SoulFire] or cooldown[classtable.SoulFire].remains + ( ((not (talents[classtable.Mayhem] and talents[classtable.Mayhem] or 0)and 1 or 0) * ( classtable and classtable.SoulFire and GetSpellInfo(classtable.SoulFire).castTime / 1000 or 0)) and 1 or 0) >debuff[classtable.ImmolateDeBuff].remains ) and ttd >15) and cooldown[classtable.Immolate].ready then
if not setSpell then setSpell = classtable.Immolate end
end
if (MaxDps:CheckSpellUsable(classtable.SummonInfernal, 'SummonInfernal')) and cooldown[classtable.SummonInfernal].ready then
Expand Down

0 comments on commit d6b761b

Please sign in to comment.