From dbb0276f00a995e442b0433766e48359558245d7 Mon Sep 17 00:00:00 2001 From: Kayla Glick Date: Tue, 9 Apr 2024 13:12:07 -0400 Subject: [PATCH] add DP to spriest rotation --- sim/priest/devouring_plague.go | 2 +- ui/shadow_priest/apls/phase_3.apl.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sim/priest/devouring_plague.go b/sim/priest/devouring_plague.go index 745dca8866..43556e9d05 100644 --- a/sim/priest/devouring_plague.go +++ b/sim/priest/devouring_plague.go @@ -30,7 +30,7 @@ func (priest *Priest) registerDevouringPlagueSpell() { priest.DevouringPlague[rank] = priest.GetOrRegisterSpell(config) priest.AddMajorCooldown(core.MajorCooldown{ Spell: priest.DevouringPlague[rank], - Priority: 1, + Priority: int32(rank), Type: core.CooldownTypeDPS, }) } diff --git a/ui/shadow_priest/apls/phase_3.apl.json b/ui/shadow_priest/apls/phase_3.apl.json index 3c5cb6be17..3b800c2f63 100644 --- a/ui/shadow_priest/apls/phase_3.apl.json +++ b/ui/shadow_priest/apls/phase_3.apl.json @@ -13,6 +13,7 @@ {"action":{"castSpell":{"spellId":{"spellId":401955}}}}, {"action":{"autocastOtherCooldowns":{}}}, {"action":{"castSpell":{"spellId":{"spellId":431681}}}}, + {"action":{"castSpell":{"spellId":{"spellId":19278,"rank":4}}}}, {"action":{"castSpell":{"spellId":{"spellId":431655}}}} ] }