Skip to content

Commit

Permalink
Add Runic Healing Injector to WotLK list (#30)
Browse files Browse the repository at this point in the history
Add Runic Healing Injector to the lists so engineers can use their updated potions.
  • Loading branch information
dbspringer authored Oct 23, 2023
1 parent e05636f commit 312efc5
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 @@ -24,6 +24,7 @@ ham.aged = ham.Item.new(136569, "Aged Health Potion")
ham.tonic = ham.Item.new(109223, "Healing Tonic")
ham.master = ham.Item.new(76097, "Master Healing Potion")
ham.mythical = ham.Item.new(57191, "Mythical Healing Potion")
ham.runic_inject = ham.Item.new(41166, "Runic Healing Injector")
ham.runic = ham.Item.new(33447, "Runic Healing Potion")
ham.superreju = ham.Item.new(22850, "Super Rejuvenation Potion")
ham.endless = ham.Item.new(43569, "Endless Healing Potion")
Expand Down Expand Up @@ -117,6 +118,7 @@ function ham.getPots()

if isWrath then
return {
ham.runic_inject,
ham.runic,
ham.superreju,
ham.endless,
Expand Down

0 comments on commit 312efc5

Please sign in to comment.