From dfec765ac3d7159d8e87943a5a3857e86855f376 Mon Sep 17 00:00:00 2001 From: Hurstilol <85832226+Hurstilol@users.noreply.github.com> Date: Tue, 24 Sep 2024 17:58:22 +0200 Subject: [PATCH] [Monk] Treacherous Transmitter APL fix (#9565) --- engine/class_modules/apl/apl_monk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/class_modules/apl/apl_monk.cpp b/engine/class_modules/apl/apl_monk.cpp index 249e7cca827..de8f801a39b 100644 --- a/engine/class_modules/apl/apl_monk.cpp +++ b/engine/class_modules/apl/apl_monk.cpp @@ -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(