Skip to content

Commit

Permalink
[Druid] Don't take clearcasting into account when biting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanzara committed Oct 8, 2017
1 parent 8ea46a6 commit 228c06f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions engine/class_modules/sc_druid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3238,9 +3238,6 @@ struct ferocious_bite_t : public cat_attack_t
req *= 1.0 + p() -> buff.berserk -> check_value();
req *= 1.0 + p() -> buff.incarnation_cat -> check_value();

if ( p() -> buff.clearcasting -> check() )
req /= 2.0;

if ( p() -> buff.apex_predator -> check() )
{
req *= ( 1 - p() -> buff.apex_predator -> data().effectN(1).percent() );
Expand Down

0 comments on commit 228c06f

Please sign in to comment.