We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10833a0 commit b16008cCopy full SHA for b16008c
engine/class_modules/paladin/sc_paladin.hpp
@@ -1407,7 +1407,8 @@ struct paladin_action_t : public Base
1407
if ( ab::rng().roll( p()->buffs.winning_streak->data().effectN( 2 ).percent() ) )
1408
{
1409
p()->buffs.winning_streak->expire();
1410
- if ( p()->sets->has_set_bonus( PALADIN_RETRIBUTION, TWW2, B4 ) )
+ // no refreshes in logs afaict
1411
+ if ( p()->sets->has_set_bonus( PALADIN_RETRIBUTION, TWW2, B4 ) && !p()->buffs.all_in->up() )
1412
1413
p()->buffs.all_in->trigger();
1414
p()->resource_gain( ab::current_resource(), ab::last_resource_cost, p()->gains.all_in_refund );
0 commit comments