Skip to content

Commit

Permalink
fix mongoose UI
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Dec 2, 2024
1 parent e50db15 commit 729efc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/core/components/inputs/consumables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ export const ElixirOfTheHoneyBadger: ConsumableInputConfig<AgilityElixir> = {
};
export const ElixirOfTheMongoose: ConsumableInputConfig<AgilityElixir> = {
actionId: (player: Player<Spec>) => player.getMatchingItemActionId([{ id: 13452, minLevel: 46 }]),
value: AgilityElixir.ElixirOfTheHoneyBadger,
value: AgilityElixir.ElixirOfTheMongoose,
};
export const ElixirOfGreaterAgility: ConsumableInputConfig<AgilityElixir> = {
actionId: (player: Player<Spec>) => player.getMatchingItemActionId([{ id: 9187, minLevel: 38 }]),
Expand Down

0 comments on commit 729efc0

Please sign in to comment.