Skip to content

Commit

Permalink
ui/apl: fix warlock apl typo
Browse files Browse the repository at this point in the history
Signed-off-by: jarves <jarveson@gmail.com>
  • Loading branch information
jarveson committed Nov 2, 2023
1 parent af4f97c commit 9b85280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/core/components/individual_sim_ui/apl_values.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@ const valueKindFactories: {[f in NonNullable<APLValueKind>]: ValueKindConfig<APL
label: 'Should Refresh Corruption',
submenu: ['Warlock'],
shortDescription: 'Returns <b>True</b> if the current Corruption has expired, or should be refreshed to get a better snapshot.',
newValue: APLValueWarlockShouldRecastDrainSoul.create,
newValue: APLValueWarlockShouldRefreshCorruption.create,
includeIf: (player: Player<any>, isPrepull: boolean) => player.getClass() == Class.ClassWarlock,
fields: [
AplHelpers.unitFieldConfig('targetUnit', 'targets'),
Expand Down

0 comments on commit 9b85280

Please sign in to comment.