Skip to content

Commit

Permalink
Squash some Warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
nyterage committed Nov 17, 2024
1 parent a1ecce2 commit a352cd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engine/class_modules/sc_death_knight.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12146,7 +12146,7 @@ void death_knight_t::trigger_drw_action( drw_actions action )
return;

drw_action_execute( pets.everlasting_bond_pet.active_pet(), action );
};
}

double death_knight_t::psuedo_random_p_from_c( double c )
{
Expand Down
2 changes: 1 addition & 1 deletion engine/player/unique_gear_thewarwithin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5060,7 +5060,7 @@ void runecasters_stormbound_rune( special_effect_t& effect )
} );

// TODO: Test if initial hit is truly on hit, or only enter combat. Proc flags on the driver are combat start.
effect.player->register_on_combat_state_callback( [ buff ]( player_t* p, bool c ) {
effect.player->register_on_combat_state_callback( [ buff ]( player_t*, bool c ) {
if ( c )
buff->trigger();
else
Expand Down

0 comments on commit a352cd5

Please sign in to comment.