cb2ce5f - Add ele shaman cleanse
authorAleksi Blinnikka <aleksi.blinnikka@iki.fi>
Sun, 23 Aug 2020 12:40:39 +0000
committerAleksi Blinnikka <aleksi.blinnikka@iki.fi>
Sun, 23 Aug 2020 12:41:22 +0000
kehys/shaman.lua

index 8852917..cc5ae35 100644 (file)
@@ -5,10 +5,10 @@ addon.Clickheal["SHAMAN"] = {
     ["type2"] = "spell",
     ["shift-type1"] = "spell",
     ["shift-type2"] = "spell",
     ["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",
     ["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",
 };
 };