Skip to content

Commit

Permalink
[Monk] Update comment in last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinalover committed Dec 16, 2017
1 parent 65db182 commit 773cd40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/class_modules/sc_monk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9566,7 +9566,7 @@ void monk_t::assess_damage(school_e school,
cooldown.brewmaster_active_mitigation -> adjust( -1 * timespan_t::from_seconds( legendary.anvil_hardened_wristwraps -> effectN( 1 ).base_value() / 10 ) );

if ( sets -> has_set_bonus( MONK_BREWMASTER, T21, B4 ) )
// Value is
// Value is saved as 20 instead of 2
cooldown.breath_of_fire -> adjust( -1 * timespan_t::from_seconds( sets -> set( MONK_BREWMASTER, T21, B4 ) -> effectN( 1 ).base_value() / 10 ) );
}
if ( s -> result == RESULT_MISS )
Expand Down

0 comments on commit 773cd40

Please sign in to comment.