X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/39bc8a4d3e4e16390a9a33b611f6adb108a2ba95..862e8cd2b1a4010ad75f45c0f0d772881d540982:/kehys/priest.lua diff --git a/kehys/priest.lua b/kehys/priest.lua index 430d24b..913fefb 100644 --- a/kehys/priest.lua +++ b/kehys/priest.lua @@ -1,14 +1,14 @@ -- priest.lua local _, addon = ...; addon.Clickheal["PRIEST"] = { - ["type1"] = "spell", - ["type2"] = "spell", - ["shift-type1"] = "spell", - ["shift-type2"] = "spell", + ["type1"] = "macro", + ["type2"] = "macro", + ["shift-type1"] = "macro", + ["shift-type2"] = "macro", ["ctrl-type1"] = "spell", - ["spell1"] = "Power Word: Shield", - ["spell2"] = "Penance", - ["shift-spell1"] = "Shadow Mend", - ["shift-spell2"] = "Shadow Covenant", + ["macrotext1"] = "/cast [@mouseover,help,nodead,spec:2] Heal; [@mouseover,help,nodead] Power Word: Shield", + ["macrotext2"] = "/cast [@mouseover,help,nodead,spec:2] Holy Word: Serenity; [@mouseover,help,nodead] Penance", + ["shift-macrotext1"] = "/cast [@mouseover,help,nodead,spec:2] Flash Heal; [@mouseover,help,nodead] Shadow Mend", + ["shift-macrotext2"] = "/cast [@mouseover,help,nodead,spec:2] Prayer of Healing; [@mouseover,help,nodead] Shadow Covenant", ["ctrl-spell1"] = "Purify", };