Skip to content

Commit

Permalink
added cavedwellers delight
Browse files Browse the repository at this point in the history
  • Loading branch information
ollidiemaus committed Aug 25, 2024
1 parent 7cee968 commit 5fb5ed0
Show file tree
Hide file tree
Showing 2 changed files with 13 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: 11503
## Interface-WOTLKC: 30403
## Interface-Cata: 40400
## Version: 3.5.7
## Version: 3.5.8
## Title: Auto Potion
## Author: ollidiemaus
## Notes: Updates the Macro AutoPotion to use either Healthstone or the highest Potion found in Bags
Expand Down
12 changes: 12 additions & 0 deletions Core/Potions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ ham.algariHealingPotionR1 = ham.Item.new(211878, "Algari Healing Potion")
ham.fleetingAlgariHealingPotionR3 = ham.Item.new(212944, "Fleeting Algari Healing Potion")
ham.fleetingAlgariHealingPotionR2 = ham.Item.new(212943, "Fleeting Algari Healing Potion")
ham.fleetingAlgariHealingPotionR1 = ham.Item.new(212942, "Fleeting Algari Healing Potion")
ham.cavedwellersDelightR3 = ham.Item.new(212244, "Cavedweller's Delight")
ham.cavedwellersDelightR2 = ham.Item.new(212243, "Cavedweller's Delight")
ham.cavedwellersDelightR1 = ham.Item.new(212242, "Cavedweller's Delight")
ham.fleetingCavedwellersDelightR3 = ham.Item.new(212950, "Fleeting Cavedweller's Delight")
ham.fleetingCavedwellersDelightR2 = ham.Item.new(212949, "Fleeting Cavedweller's Delight")
ham.fleetingCavedwellersDelightR1 = ham.Item.new(212948, "Fleeting Cavedweller's Delight")
ham.thirdWind = ham.Item.new(138486, "\"Third Wind\" Potion")
ham.witheringDreamsR3 = ham.Item.new(207041, "Potion of Withering Dreams")
ham.witheringDreamsR2 = ham.Item.new(207040, "Potion of Withering Dreams")
Expand Down Expand Up @@ -103,6 +109,12 @@ function ham.getPots()
ham.fleetingAlgariHealingPotionR3,
ham.fleetingAlgariHealingPotionR2,
ham.fleetingAlgariHealingPotionR1,
ham.cavedwellersDelightR3,
ham.cavedwellersDelightR2,
ham.cavedwellersDelightR1,
ham.fleetingCavedwellersDelightR3,
ham.fleetingCavedwellersDelightR2,
ham.fleetingCavedwellersDelightR1,
ham.thirdWind,
ham.dreamR3,
ham.dreamsR2,
Expand Down

0 comments on commit 5fb5ed0

Please sign in to comment.