Skip to content

Commit

Permalink
added Whipper Root Tuber, Crystal Flake Throat Lozenge and Lily Root
Browse files Browse the repository at this point in the history
  • Loading branch information
ollidiemaus committed Nov 29, 2024
1 parent 296eac5 commit 8608190
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AutoPotion.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Interface-Classic: 11505
## Interface-WOTLKC: 30403
## Interface-Cata: 40401
## Version: 3.8.2
## Version: 3.8.3
## Title: Auto Potion
## Author: ollidiemaus
## Notes: Updates the Macro AutoPotion to use either Healthstone or the highest Potion found in Bags
Expand Down
6 changes: 6 additions & 0 deletions Core/Potions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,12 @@ ham.minor2 = ham.Item.new(19005, "Minor Healthstone")
ham.lesser0 = ham.Item.new(5511, "Lesser Healthstone")
ham.lesser1 = ham.Item.new(19006, "Lesser Healthstone")
ham.lesser2 = ham.Item.new(19007, "Lesser Healthstone")
ham.crystalFlakeThroatLozenge = ham.Item.new(23683, "Crystal Flake Throat Lozenge")
ham.healtsthone0 = ham.Item.new(5509, "Healthstone")
ham.lilyRoot = ham.Item.new(14894, "Lily Root")
ham.healtsthone1 = ham.Item.new(19008, "Healthstone")
ham.healtsthone2 = ham.Item.new(19009, "Healthstone")
ham.wipperRootTuber = ham.Item.new(11951, "Whipper Root Tuber")
ham.greater0 = ham.Item.new(5510, "Greater Healthstone")
ham.greater1 = ham.Item.new(19010, "Greater Healthstone")
ham.greater2 = ham.Item.new(19011, "Greater Healthstone")
Expand Down Expand Up @@ -244,9 +247,12 @@ function ham.getHealthstonesClassic()
ham.greater2,
ham.greater1,
ham.greater0,
ham.wipperRootTuber,
ham.healtsthone2,
ham.healtsthone1,
ham.lilyRoot,
ham.healtsthone0,
ham.crystalFlakeThroatLozenge,
ham.lesser2,
ham.lesser1,
ham.lesser0,
Expand Down

0 comments on commit 8608190

Please sign in to comment.