fac8827 - aura updates
[wowui.git] / kehys / priest.lua
1 -- priest.lua
2 local _, addon = ...;
3 addon.Clickheal["PRIEST"] = {
4     ["type1"] = "macro",
5     ["type2"] = "macro",
6     ["shift-type1"] = "macro",
7     ["shift-type2"] = "macro",
8     ["ctrl-type1"] = "spell",
9     ["ctrl-type2"] = "spell",
10     ["macrotext1"] = "/cast [@mouseover,help,nodead,spec:2] Heal; [@mouseover,help,nodead] Power Word: Shield",
11     ["macrotext2"] = "/cast [@mouseover,help,nodead,spec:2] Holy Word: Serenity; [@mouseover,help,nodead] Penance",
12     ["shift-macrotext1"] = "/cast [@mouseover,help,nodead,spec:2] Flash Heal; [@mouseover,help,nodead] Shadow Mend",
13     ["shift-macrotext2"] = "/cast [@mouseover,help,nodead,spec:2] Circle of Healing; [@mouseover,help,nodead] Shadow Covenant",
14     ["ctrl-spell1"] = "Purify",
15     ["ctrl-spell2"] = "Power Infusion",
16 };