Skip to content

Commit

Permalink
[Monk
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinalover authored Oct 25, 2019
1 parent 4e40e45 commit a4b03ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions engine/class_modules/sc_monk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9225,8 +9225,6 @@ double monk_t::resource_regen_per_second( resource_e r ) const
if ( r == RESOURCE_ENERGY )
{
reg *= 1.0 + talent.ascension->effectN( 2 ).percent();
if ( player_t::buffs.memory_of_lucid_dreams->check() )
reg *= 1.0 + player_t::buffs.memory_of_lucid_dreams->data().effectN( 1 ).percent();
}

return reg;
Expand Down

0 comments on commit a4b03ec

Please sign in to comment.