From: Aleksi Blinnikka Date: Wed, 30 Jun 2021 16:34:49 +0000 (+0300) Subject: Bestow Faith support X-Git-Url: https://www.aleksib.fi/git/wowui.git/commitdiff_plain/47f7fb23bd02498d61971c26615acb0ad720a2ae?hp=8b1be3abbc34907332f85244ecbdb118365b6e83 Bestow Faith support --- diff --git a/kehys/paladin.lua b/kehys/paladin.lua index aa65e8d..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"] = "Word of Glory", ["shift-spell1"] = "Flash of Light", - ["shift-spell2"] = "Light of the Martyr", + ["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",