Skip to content

Commit

Permalink
added Demonic Healthstone
Browse files Browse the repository at this point in the history
  • Loading branch information
ollidiemaus committed Aug 29, 2024
1 parent f3aa994 commit d9dbdcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Core/Potions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ local isCata = (WOW_PROJECT_ID == WOW_PROJECT_CATACLYSM_CLASSIC)
--ham.leywine = ham.Item.new(194684,"Azure Leywine")
--ham.healthstone = ham.Item.new(117, "Healthstone")
ham.healthstone = ham.Item.new(5512, "Healthstone")
ham.demonicHealthstone = ham.Item.new(224464, "Demonic Healthstone") ---1 Minute CD
ham.algariHealingPotionR3 = ham.Item.new(211880, "Algari Healing Potion")
ham.algariHealingPotionR2 = ham.Item.new(211879, "Algari Healing Potion")
ham.algariHealingPotionR1 = ham.Item.new(211878, "Algari Healing Potion")
Expand Down

0 comments on commit d9dbdcd

Please sign in to comment.