7585f81 - Fix coords display for Shadowlands
[wowui.git] / kehys / paladin.lua
1 -- paladin.lua
2 local _, addon = ...;
3 addon.Clickheal["PALADIN"] = {
4     ["type1"] = "spell",
5     ["type2"] = "spell",
6     ["shift-type1"] = "spell",
7     ["shift-type2"] = "spell",
8     ["ctrl-type1"] = "macro",
9     ["alt-type2"] = "spell",
10     ["alt-shift-type1"] = "spell",
11     ["alt-shift-type2"] = "spell",
12     ["spell1"] = "Holy Light",
13     ["spell2"] = "Word of Glory",
14     ["shift-spell1"] = "Flash of Light",
15     ["shift-spell2"] = "Light of the Martyr",
16     ["ctrl-macrotext1"] = "/cast [@mouseover,help,nodead,spec:1] Cleanse; [@mouseover,help,nodead] Cleanse Toxins",
17     ["alt-spell2"] = "Lay on Hands",
18     ["alt-shift-spell1"] = "Beacon of Light",
19     ["alt-shift-spell2"] = "Beacon of Faith",
20 };