Skip to content

Commit b16008c

Browse files
committed
[Paladin] TWW2 4p doesn't refresh
1 parent 10833a0 commit b16008c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

engine/class_modules/paladin/sc_paladin.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1407,7 +1407,8 @@ struct paladin_action_t : public Base
14071407
if ( ab::rng().roll( p()->buffs.winning_streak->data().effectN( 2 ).percent() ) )
14081408
{
14091409
p()->buffs.winning_streak->expire();
1410-
if ( p()->sets->has_set_bonus( PALADIN_RETRIBUTION, TWW2, B4 ) )
1410+
// no refreshes in logs afaict
1411+
if ( p()->sets->has_set_bonus( PALADIN_RETRIBUTION, TWW2, B4 ) && !p()->buffs.all_in->up() )
14111412
{
14121413
p()->buffs.all_in->trigger();
14131414
p()->resource_gain( ab::current_resource(), ab::last_resource_cost, p()->gains.all_in_refund );

0 commit comments

Comments
 (0)