X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/6781949d1bb06f1c765b8f6cd4927442c56f49fc..a7dd68bc57fdc3733ae09bdaef561a6df5e7b338:/kehys/priest.lua diff --git a/kehys/priest.lua b/kehys/priest.lua index 913fefb..f996e0e 100644 --- a/kehys/priest.lua +++ b/kehys/priest.lua @@ -6,9 +6,11 @@ addon.Clickheal["PRIEST"] = { ["shift-type1"] = "macro", ["shift-type2"] = "macro", ["ctrl-type1"] = "spell", + ["ctrl-type2"] = "spell", ["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", + ["shift-macrotext2"] = "/cast [@mouseover,help,nodead,spec:2] Circle of Healing; [@mouseover,help,nodead] Shadow Covenant", ["ctrl-spell1"] = "Purify", + ["ctrl-spell2"] = "Power Infusion", };