Skip to content

Commit

Permalink
[Priest] Voidwraith gives Shadowfiend Essence Devourer
Browse files Browse the repository at this point in the history
  • Loading branch information
Saeldur committed Nov 26, 2024
1 parent 9990887 commit b6960fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions engine/class_modules/priest/sc_priest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2522,8 +2522,9 @@ struct essence_devourer_t final : public priest_heal_t
{
essence_devourer_t( priest_t& p )
: priest_heal_t( "essence_devourer", p,
p.talents.shared.mindbender.enabled() ? p.talents.essence_devourer_mindbender
: p.talents.essence_devourer_shadowfiend )
p.talents.shared.mindbender.enabled() && !p.talents.voidweaver.voidwraith.enabled()
? p.talents.essence_devourer_mindbender
: p.talents.essence_devourer_shadowfiend )
{
harmful = false;
proc = true;
Expand Down

0 comments on commit b6960fd

Please sign in to comment.