Skip to content

Commit

Permalink
Merge pull request #56 from wowsims/UIUpdates
Browse files Browse the repository at this point in the history
item ID fix
  • Loading branch information
kayla-glick authored Dec 30, 2024
2 parents 88e28e4 + e493a28 commit dfe2c32
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 dfe2c32

Please sign in to comment.