We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d526902 commit 94bba84Copy full SHA for 94bba84
1 file changed
engine/class_modules/paladin/sc_paladin.cpp
@@ -1627,6 +1627,9 @@ struct divine_resonance_hammer_of_wrath_t :hammer_of_wrath_t
1627
background = true;
1628
aoe = 1; // DE's Hammer of Wrath's don't cleave further
1629
base_multiplier *= p->talents.templar.divine_exaction->effectN( 2 ).percent();
1630
+ triggers_second_sunrise = false;
1631
+ triggers_divine_resonance = false;
1632
+ triggers_sanctification = true;
1633
cooldown->duration = 0_ms;
1634
}
1635
};
0 commit comments