Skip to content

Commit

Permalink
Revert "item ID fix"
Browse files Browse the repository at this point in the history
This reverts commit e493a28.
  • Loading branch information
hillerstorm committed Dec 31, 2024
1 parent 579e674 commit 42109b3
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(8985),
actionId: () => ActionId.fromItemId(8928),
value: WeaponImbue.InstantPoison,
showWhen: player => player.getClass() == Class.ClassRogue,
};
Expand Down

0 comments on commit 42109b3

Please sign in to comment.