Skip to content

Commit

Permalink
[Guardian] add modify master% rounding bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gastank committed Sep 19, 2024
1 parent 82f3b41 commit c71566b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engine/class_modules/sc_druid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11011,6 +11011,8 @@ void druid_t::create_buffs()
->set_cooldown( 0_ms )
->set_default_value_from_effect_type( A_MOD_MASTERY_PCT )
->set_pct_buff_type( STAT_PCT_BUFF_MASTERY );
if ( bugs && talent.lunar_beam.ok() && talent.the_eternal_moon.ok() )
buff.lunar_beam->modify_default_value( 0.5 ); // modify mastery% (318) seems to round

buff.rage_of_the_sleeper =
make_fallback<rage_of_the_sleeper_buff_t>( talent.rage_of_the_sleeper.ok(), this, "rage_of_the_sleeper" );
Expand Down

0 comments on commit c71566b

Please sign in to comment.