Skip to content

Commit

Permalink
Update sc_warlock.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Mlklock authored Mar 1, 2025
1 parent e1b066c commit 25efdff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/class_modules/warlock/sc_warlock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ warlock_t::warlock_t( sim_t* sim, util::string_view name, race_e r )
regen_caches[ CACHE_SPELL_HASTE ] = true;

if ( talents.demonic_brutality.ok() )
base.crit_damage_multiplier = talents.demonic_brutality->effectN( 1 ).percent();
base.crit_damage_multiplier += talents.demonic_brutality->effectN( 1 ).percent();
}

void warlock_t::invalidate_cache( cache_e c )
Expand Down

0 comments on commit 25efdff

Please sign in to comment.