From 42355df11135f648cd13a80b9fd9f43a1da1c69e Mon Sep 17 00:00:00 2001 From: tbkizle Date: Mon, 11 Nov 2024 14:34:23 -0500 Subject: [PATCH] Update Ele --- Specialization/Elemental.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Specialization/Elemental.lua b/Specialization/Elemental.lua index e99d34f..ccc4e85 100644 --- a/Specialization/Elemental.lua +++ b/Specialization/Elemental.lua @@ -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]) 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] 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