Skip to content

Commit

Permalink
enabled Cirmson Vial Defaul
Browse files Browse the repository at this point in the history
  • Loading branch information
ollidiemaus committed Oct 9, 2023
1 parent 9e5df22 commit dca2f9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AutoPotion.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 100107
## Interface-Classic: 11404
## Interface-WOTLKC: 30402
## Version: 3.2.3
## Version: 3.2.4
## Title: Auto Potion
## Author: ollidiemaus
## Notes: Updates the Macro AutoPotion to use either Healthstone or the highest Potion found in Bags
Expand Down
3 changes: 2 additions & 1 deletion Core/DB.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ local addonName, ham = ...
ham.defaults = {
cdReset = false,
witheringPotion = false,
activatedSpells = { ham.renewal, ham.exhilaration, ham.fortitudeOfTheBear, ham.bitterImmunity, ham.desperatePrayer,
activatedSpells = { ham.crimsonVialSpell, ham.renewal, ham.exhilaration, ham.fortitudeOfTheBear, ham.bitterImmunity,
ham.desperatePrayer,
ham.healingElixir }
}

Expand Down

0 comments on commit dca2f9c

Please sign in to comment.