Skip to content

Commit

Permalink
added warriors last Stand
Browse files Browse the repository at this point in the history
  • Loading branch information
ollidiemaus committed Dec 4, 2024
1 parent 8608190 commit e752bb3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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: 11505
## Interface-WOTLKC: 30403
## Interface-Cata: 40401
## Version: 3.8.3
## Version: 3.8.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 @@ -7,7 +7,8 @@ ham.defaults = {
witheringDreamsPotion = false,
cavedwellerDelight = true,
heartseekingInjector = false,
activatedSpells = { ham.crimsonVialSpell, ham.renewal, ham.exhilaration, ham.fortitudeOfTheBear, ham.bitterImmunity,
activatedSpells = { ham.crimsonVialSpell, ham.renewal, ham.exhilaration, ham.fortitudeOfTheBear, ham.lastStand, ham
.bitterImmunity,
ham.desperatePrayer, ham.healingElixir, ham.darkPact, ham.giftOfTheNaaruDK, ham.giftOfTheNaaruHunter, ham
.giftOfTheNaaruMage,
ham.giftOfTheNaaruMageWarlock, ham.giftOfTheNaaruMonk, ham.giftOfTheNaaruPaladin, ham.giftOfTheNaaruPriest, ham
Expand Down
2 changes: 2 additions & 0 deletions Core/Spells.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ham.crimsonVialSpell = 185311
ham.renewal = 108238
ham.exhilaration = 109304
ham.fortitudeOfTheBear = 388035
ham.lastStand = 12975
ham.bitterImmunity = 383762
ham.desperatePrayer = 19236
ham.expelHarm = 322101
Expand All @@ -30,6 +31,7 @@ table.insert(ham.supportedSpells, ham.crimsonVialSpell)
table.insert(ham.supportedSpells, ham.renewal)
table.insert(ham.supportedSpells, ham.exhilaration)
table.insert(ham.supportedSpells, ham.fortitudeOfTheBear)
table.insert(ham.supportedSpells, ham.lastStand)
table.insert(ham.supportedSpells, ham.bitterImmunity)
table.insert(ham.supportedSpells, ham.desperatePrayer)
table.insert(ham.supportedSpells, ham.expelHarm)
Expand Down

0 comments on commit e752bb3

Please sign in to comment.