Skip to content

Commit

Permalink
Update Retail Ele
Browse files Browse the repository at this point in the history
  • Loading branch information
doadin committed Nov 14, 2024
1 parent c9109ac commit 0d7cf41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Specialization/Elemental.lua
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function Elemental:aoe()
if (MaxDps:CheckSpellUsable(classtable.LiquidMagmaTotem, 'LiquidMagmaTotem')) and ((GetTotemDuration('liquid_magma_totem') == 0)) and cooldown[classtable.LiquidMagmaTotem].ready then
if not setSpell then setSpell = classtable.LiquidMagmaTotem end
end
if (MaxDps:CheckSpellUsable(classtable.PrimordialWave, 'PrimordialWave')) and (buff[classtable.SurgeofPowerBuff].up or not talents[classtable.SurgeofPower] or Maelstrom <60 - 5 * (talents[classtable.EyeoftheStorm] or 1)) and cooldown[classtable.PrimordialWave].ready then
if (MaxDps:CheckSpellUsable(classtable.PrimordialWave, 'PrimordialWave')) and (buff[classtable.SurgeofPowerBuff].up or not talents[classtable.SurgeofPower] or Maelstrom <60 - 5 * (talents[classtable.EyeoftheStorm] and talents[classtable.EyeoftheStorm] or 1)) and cooldown[classtable.PrimordialWave].ready then
MaxDps:GlowCooldown(classtable.PrimordialWave, cooldown[classtable.PrimordialWave].ready)
end
if (MaxDps:CheckSpellUsable(classtable.AncestralSwiftness, 'AncestralSwiftness')) and cooldown[classtable.AncestralSwiftness].ready then
Expand Down

0 comments on commit 0d7cf41

Please sign in to comment.