Skip to content

Commit

Permalink
[gear] Pacemaker fixed to proc off many casts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayezi committed Feb 28, 2025
1 parent 621e878 commit b1a11f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/player/unique_gear_thewarwithin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5866,7 +5866,7 @@ void improvised_seaforium_pacemaker( special_effect_t& effect )
cb->activate_with_buff( crit_buff );

effect.cooldown_ = timespan_t::from_seconds( effect.driver()->effectN( 2 ).base_value() );
effect.proc_flags2_ = PF2_ALL_HIT;
effect.proc_flags2_ = PF2_ALL_CAST;
new dbc_proc_callback_t( effect.player, effect );
}

Expand Down

0 comments on commit b1a11f9

Please sign in to comment.