Skip to content

Commit

Permalink
[Monk] Treacherous Transmitter APL fix (#9565)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hurstilol committed Sep 24, 2024
1 parent 3c7b5bf commit dfec765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/class_modules/apl/apl_monk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ void windwalker( player_t *p )
trinkets->add_action( "use_item,name=" + item.name_str + _WW_ON_USE( item ) );
}

trinkets->add_action( "do_treacherous_transmitter_task,if=pet.xuen_the_white_tiger.active" );
trinkets->add_action( "do_treacherous_transmitter_task,if=pet.xuen_the_white_tiger.active|fight_remains<20" );

// Cooldowns
cooldowns->add_action(
Expand Down

0 comments on commit dfec765

Please sign in to comment.