From 8503b0134037212cd5ddc5ee33c9ac174738fb3a Mon Sep 17 00:00:00 2001 From: tbkizle Date: Wed, 9 Oct 2024 16:15:27 -0400 Subject: [PATCH] Update Unholy --- Specialization/Unholy.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Specialization/Unholy.lua b/Specialization/Unholy.lua index 11621b9..598ad2f 100644 --- a/Specialization/Unholy.lua +++ b/Specialization/Unholy.lua @@ -385,10 +385,10 @@ function Unholy:san_st() if (MaxDps:CheckSpellUsable(classtable.SoulReaper, 'SoulReaper')) and (targetHP <= 35 and not buff[classtable.GiftoftheSanlaynBuff].up and ttd >5) and cooldown[classtable.SoulReaper].ready then if not setSpell then setSpell = classtable.SoulReaper end end - if (MaxDps:CheckSpellUsable(classtable.FesteringStrike, 'FesteringStrike')) and (( debuff[classtable.FesteringWoundDeBuff].count <4 and ( cooldown[classtable.Apocalypse].remains = 3 - ( UnitExists('pet') and UnitName('pet') == 'abomination' ) and cooldown[classtable.Apocalypse].remains >apoc_timing ) or buff[classtable.VampiricStrikeBuff].up and cooldown[classtable.Apocalypse].remains >apoc_timing) and cooldown[classtable.WoundSpender].ready then + if (MaxDps:CheckSpellUsable(classtable.WoundSpender, 'WoundSpender')) and (( debuff[classtable.FesteringWoundDeBuff].count >= 3 - ( UnitExists('pet') and UnitName('pet') == 'abomination' and 1 or 0 ) and cooldown[classtable.Apocalypse].remains >apoc_timing ) or buff[classtable.VampiricStrikeBuff].up and cooldown[classtable.Apocalypse].remains >apoc_timing) and cooldown[classtable.WoundSpender].ready then if not setSpell then setSpell = classtable.WoundSpender end end if (MaxDps:CheckSpellUsable(classtable.DeathCoil, 'DeathCoil')) and (not pooling_runic_power and debuff[classtable.DeathRotDeBuff].remains = 1 or Runes <2 )) and cooldown[classtable.DeathCoil].ready then