Skip to content

Commit f682533

Browse files
committed
[Druid] Fix Rip duration
1 parent 8fda106 commit f682533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/class_modules/sc_druid.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3904,7 +3904,7 @@ struct rip_t : public cat_attack_t
39043904
{
39053905
timespan_t t = cat_attack_t::composite_dot_duration( s );
39063906

3907-
return t *= p()->resources.current[ RESOURCE_COMBO_POINT ];
3907+
return t *= ( p()->resources.current[ RESOURCE_COMBO_POINT ] + 1 );
39083908

39093909
return t;
39103910
}

0 commit comments

Comments
 (0)