Skip to content

Commit

Permalink
added Combat healing potion for Classic
Browse files Browse the repository at this point in the history
  • Loading branch information
ollidiemaus committed May 24, 2024
1 parent 984bae3 commit cc67028
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Core/Potions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ ham.auchenai = ham.Item.new(32947, "Auchenai Healing Potion")
ham.super = ham.Item.new(22829, "Super Healing Potion")
ham.major = ham.Item.new(13446, "Major Healing Potion")
ham.lesser = ham.Item.new(858, "Lesser Healing Potion")
ham.combat = ham.Item.new(18839, "Combat Healing Potion")
--superior has probably wrong scaling
ham.superior = ham.Item.new(3928, "Superior Healing Potion")
ham.minor = ham.Item.new(118, "Minor Healing Potion")
Expand Down Expand Up @@ -143,6 +144,7 @@ function ham.getPots()
if isClassic then
return {
ham.major,
ham.combat,
ham.superior,
ham.greater,
ham.healingPotion,
Expand Down

0 comments on commit cc67028

Please sign in to comment.