From d9dbdcd8415ffd15ce51fadd46baa9531c47d02c Mon Sep 17 00:00:00 2001 From: ollidiemaus Date: Thu, 29 Aug 2024 13:02:04 +0200 Subject: [PATCH] added Demonic Healthstone --- Core/Potions.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Core/Potions.lua b/Core/Potions.lua index bf3f871..25e496e 100644 --- a/Core/Potions.lua +++ b/Core/Potions.lua @@ -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")