Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/wowsims/classic
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Dec 31, 2024
2 parents b8909b7 + 782e362 commit 594fff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/core/components/inputs/rogue_imbues.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ 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,
};

export const DeadlyPoisonWeaponImbue: ConsumableInputConfig<WeaponImbue> = {
actionId: () => ActionId.fromItemId(20844),
actionId: () => ActionId.fromItemId(8985),
value: WeaponImbue.DeadlyPoison,
showWhen: player => player.getClass() == Class.ClassRogue,
};
Expand Down

0 comments on commit 594fff2

Please sign in to comment.