Skip to content

Commit

Permalink
item ID fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sanguinerarogue committed Dec 28, 2024
1 parent 7d4c0a0 commit e493a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/core/components/inputs/rogue_imbues.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { ConsumableInputConfig } from './consumables';

// Rogue Imbues
export const InstantPoisonWeaponImbue: ConsumableInputConfig<WeaponImbue> = {
actionId: () => ActionId.fromItemId(8928),
actionId: () => ActionId.fromItemId(8985),
value: WeaponImbue.InstantPoison,
showWhen: player => player.getClass() == Class.ClassRogue,
};
Expand Down

0 comments on commit e493a28

Please sign in to comment.