Skip to content

Commit

Permalink
[Monk
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinalover committed 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
Expand Up @@ -9225,8 +9225,6 @@ double monk_t::resource_regen_per_second( resource_e r ) const
if ( r == RESOURCE_ENERGY ) if ( r == RESOURCE_ENERGY )
{ {
reg *= 1.0 + talent.ascension->effectN( 2 ).percent(); 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; return reg;
Expand Down

1 comment on commit a4b03ec

@Hinalover
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This reverted the previous commit. Website commited before I could finish giving information.

Please sign in to comment.