Skip to content

Commit

Permalink
[Callbacks] Update the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Saeldur committed May 2, 2024
1 parent 8306bb7 commit b84418c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/action/dbc_proc_callback.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ player_t* dbc_proc_callback_t::target( const action_state_t* state ) const
case ACTION_ABSORB:
case ACTION_HEAL:
return listener;
// The rest are targeted to the source of the callback event
// The rest are targeted to the target of the source of the callback event
default:
return state->action->player->target;
}
Expand Down

0 comments on commit b84418c

Please sign in to comment.