be5ae28 - Limit stance bar to paladin and druid atm
[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     ["macrotext1"] = "/cast [@mouseover,help,nodead,spec:2] Heal; [@mouseover,help,nodead] Power Word: Shield",
10     ["macrotext2"] = "/cast [@mouseover,help,nodead,spec:2] Holy Word: Serenity; [@mouseover,help,nodead] Penance",
11     ["shift-macrotext1"] = "/cast [@mouseover,help,nodead,spec:2] Flash Heal; [@mouseover,help,nodead] Shadow Mend",
12     ["shift-macrotext2"] = "/cast [@mouseover,help,nodead,spec:2] Prayer of Healing; [@mouseover,help,nodead] Shadow Covenant",
13     ["ctrl-spell1"] = "Purify",
14 };