From: Aleksi Blinnikka Date: Sun, 23 Aug 2020 12:40:39 +0000 (+0300) Subject: Add ele shaman cleanse X-Git-Url: https://www.aleksib.fi/git/wowui.git/commitdiff_plain/cb2ce5fb29f4ebcdc97d942826f59a5a51e1822e Add ele shaman cleanse --- diff --git a/kehys/shaman.lua b/kehys/shaman.lua index 8852917..cc5ae35 100644 --- a/kehys/shaman.lua +++ b/kehys/shaman.lua @@ -5,10 +5,10 @@ addon.Clickheal["SHAMAN"] = { ["type2"] = "spell", ["shift-type1"] = "spell", ["shift-type2"] = "spell", - ["ctrl-type1"] = "spell", + ["ctrl-type1"] = "macro", ["spell1"] = "Healing Wave", ["spell2"] = "Chain Heal", ["shift-spell1"] = "Healing Surge", ["shift-spell2"] = "Unleash Life", - ["ctrl-spell1"] = "Purify Spirit", + ["ctrl-macrotext1"] = "/cast [@mouseover,help,nodead,spec:3] Purify Spirit; [@mouseover,help,nodead] Cleanse Spirit", };