Skip to content

Commit

Permalink
[Gear] fix Blood Link spell id
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorovon committed Jan 19, 2022
1 parent 66ceb20 commit a68dcbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/player/unique_gear_shadowlands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3530,7 +3530,7 @@ void blood_link( special_effect_t& effect )
blood_link_cb_t( const special_effect_t& e ) :
dbc_proc_callback_t( e.player, e ),
applied( timespan_t::zero() ), target( nullptr ),
debuff( e.player->find_spell( 355767 ) )
debuff( e.player->find_spell( 355804 ) )
{ }

void execute( action_t* a, action_state_t* s ) override
Expand Down

0 comments on commit a68dcbc

Please sign in to comment.