Skip to content

Commit 94bba84

Browse files
[Paladin] Add bools to Divine Exaction Hammer of Wrath
1 parent d526902 commit 94bba84

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

engine/class_modules/paladin/sc_paladin.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,6 +1627,9 @@ struct divine_resonance_hammer_of_wrath_t :hammer_of_wrath_t
16271627
background = true;
16281628
aoe = 1; // DE's Hammer of Wrath's don't cleave further
16291629
base_multiplier *= p->talents.templar.divine_exaction->effectN( 2 ).percent();
1630+
triggers_second_sunrise = false;
1631+
triggers_divine_resonance = false;
1632+
triggers_sanctification = true;
16301633
cooldown->duration = 0_ms;
16311634
}
16321635
};

0 commit comments

Comments
 (0)