X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/7ff1ddc8b9fe8a53957d622f6ab9a75c81195ee3..35c82f135359357cf4046c3f3252c93a1d20219d:/kehys/paladin.lua diff --git a/kehys/paladin.lua b/kehys/paladin.lua index b47d0b8..08b8e57 100644 --- a/kehys/paladin.lua +++ b/kehys/paladin.lua @@ -4,16 +4,18 @@ addon.Clickheal["PALADIN"] = { ["type1"] = "spell", ["type2"] = "spell", ["shift-type1"] = "spell", - ["shift-type2"] = "spell", + ["shift-type2"] = "macro", ["ctrl-type1"] = "macro", + ["ctrl-type2"] = "spell", ["alt-type2"] = "spell", ["alt-shift-type1"] = "spell", ["alt-shift-type2"] = "spell", ["spell1"] = "Holy Light", - ["spell2"] = "Bestow Faith", + ["spell2"] = "Word of Glory", ["shift-spell1"] = "Flash of Light", - ["shift-spell2"] = "Light of the Martyr", - ["ctrl-macro1"] = "Cleansing", + ["shift-macrotext2"] = "/cast [@mouseover,talent:1/2] Bestow Faith; [@mouseover] Light of the Martyr", + ["ctrl-macrotext1"] = "/cast [@mouseover,help,nodead,spec:1] Cleanse; [@mouseover,help,nodead] Cleanse Toxins", + ["ctrl-spell2"] = "Blessing of Freedom", ["alt-spell2"] = "Lay on Hands", ["alt-shift-spell1"] = "Beacon of Light", ["alt-shift-spell2"] = "Beacon of Faith",