6a32145 - Update aura state on combat start and all bars update
[wowui.git] / kehys / priest.lua
1 -- priest.lua
2 local _, addon = ...;
3 addon.Clickheal["PRIEST"] = {
4     ["type1"] = "spell",
5     ["type2"] = "spell",
6     ["shift-type1"] = "spell",
7     ["shift-type2"] = "spell",
8     ["ctrl-type1"] = "spell",
9     ["spell1"] = "Power Word: Shield",
10     ["spell2"] = "Penance",
11     ["shift-spell1"] = "Shadow Mend",
12     ["shift-spell2"] = "Shadow Covenant",
13     ["ctrl-spell1"] = "Purify",
14 };