From 0a5bece934cd1fa9211c2cf5e1efee3a063b6f9a Mon Sep 17 00:00:00 2001 From: SzynaWoW <71667415+SzynaWoW@users.noreply.github.com> Date: Tue, 4 Mar 2025 01:24:33 +0100 Subject: [PATCH] [Warlock] Fix typo in Havoc APL, simplify the rule --- engine/class_modules/apl/warlock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/class_modules/apl/warlock.cpp b/engine/class_modules/apl/warlock.cpp index ed4dc65d4a4..67f8381224a 100644 --- a/engine/class_modules/apl/warlock.cpp +++ b/engine/class_modules/apl/warlock.cpp @@ -491,7 +491,7 @@ void destruction( player_t* p ) havoc->add_action( "wither,target_if=min:dot.wither.remains+100*debuff.havoc.remains,if=(((dot.wither.refreshable&variable.havoc_immo_time<5.4)&target.time_to_die>5)|((dot.wither.remains<2&dot.wither.remains11)&soul_shard<4.5" ); havoc->add_action( "shadowburn,if=active_enemies<=4&(cooldown.shadowburn.full_recharge_time<=gcd.max*3|debuff.eradication.remains<=gcd.max&talent.eradication&!action.chaos_bolt.in_flight&!talent.diabolic_ritual)&(talent.conflagration_of_chaos|talent.blistering_atrophy)" ); havoc->add_action( "shadowburn,if=active_enemies<=4&havoc_remains<=gcd.max*3" ); - havoc->add_action( "chaos_bolt,if=cast_timeadd_action( "chaos_bolt,if=cast_timeadd_action( "rain_of_fire,if=active_enemies>=3" ); havoc->add_action( "channel_demonfire,if=soul_shard<4.5" ); havoc->add_action( "conflagrate,if=!talent.backdraft" );