From 9b85280c6857c80fe4c995354d89f7b2ce80df93 Mon Sep 17 00:00:00 2001 From: jarves Date: Wed, 1 Nov 2023 21:34:16 -0500 Subject: [PATCH] ui/apl: fix warlock apl typo Signed-off-by: jarves --- ui/core/components/individual_sim_ui/apl_values.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/core/components/individual_sim_ui/apl_values.ts b/ui/core/components/individual_sim_ui/apl_values.ts index f8155f7482..1143277884 100644 --- a/ui/core/components/individual_sim_ui/apl_values.ts +++ b/ui/core/components/individual_sim_ui/apl_values.ts @@ -1017,7 +1017,7 @@ const valueKindFactories: {[f in NonNullable]: ValueKindConfigTrue if the current Corruption has expired, or should be refreshed to get a better snapshot.', - newValue: APLValueWarlockShouldRecastDrainSoul.create, + newValue: APLValueWarlockShouldRefreshCorruption.create, includeIf: (player: Player, isPrepull: boolean) => player.getClass() == Class.ClassWarlock, fields: [ AplHelpers.unitFieldConfig('targetUnit', 'targets'),