Skip to content

Commit

Permalink
updated fleeting algari prio
Browse files Browse the repository at this point in the history
  • Loading branch information
ollidiemaus committed Nov 23, 2024
1 parent a54fc38 commit 7c60c48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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: 11504
## Interface-WOTLKC: 30403
## Interface-Cata: 40400
## Version: 3.7.6
## Version: 3.7.7
## 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: 3 additions & 3 deletions Core/Potions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,12 @@ end
function ham.getPots()
if isRetail then
local pots = {
ham.algariHealingPotionR3,
ham.algariHealingPotionR2,
ham.algariHealingPotionR1,
ham.fleetingAlgariHealingPotionR3,
ham.algariHealingPotionR3,
ham.fleetingAlgariHealingPotionR2,
ham.algariHealingPotionR2,
ham.fleetingAlgariHealingPotionR1,
ham.algariHealingPotionR1,
ham.thirdWind,
ham.witheringDreamsR3,
ham.witheringDreamsR2,
Expand Down

0 comments on commit 7c60c48

Please sign in to comment.