Skip to content

Commit

Permalink
Merge pull request #635 from wowsims/shadow-priest
Browse files Browse the repository at this point in the history
add DP to spriest rotation
  • Loading branch information
kayla-glick authored Apr 9, 2024
2 parents 1f9a627 + dbb0276 commit bfb3131
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sim/priest/devouring_plague.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
})
}
Expand Down
1 change: 1 addition & 0 deletions ui/shadow_priest/apls/phase_3.apl.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}}}}
]
}

0 comments on commit bfb3131

Please sign in to comment.